diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-03 15:40:42 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-11-24 10:38:06 +0100 |
commit | 19fd8c1f4b4d54d5dc2c4f586baed04e220142b1 (patch) | |
tree | 3a767ded86584c78ef9bec58ff2fd04116b6bbe5 /ctl-lib | |
parent | 18575b582d77d1d9ba6755e53b212082992e06c1 (diff) |
You may want load lua lib as embedded static lib
In this case you it should be available through link_libraries
variable.
Change-Id: Ic1dba40f7a44ea545db761d3b8e44b454f272ede
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib')
-rw-r--r-- | ctl-lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctl-lib/CMakeLists.txt b/ctl-lib/CMakeLists.txt index 3f5f434..f292485 100644 --- a/ctl-lib/CMakeLists.txt +++ b/ctl-lib/CMakeLists.txt @@ -34,6 +34,7 @@ PROJECT_TARGET_ADD(ctl-utilities) # Library dependencies (include updates automatically) TARGET_LINK_LIBRARIES(${TARGET_NAME} afb-utilities + ${link_libraries} ) # Define target includes for this target client |