diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-10 16:34:54 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-16 16:00:50 +0200 |
commit | 9a57e535616ce2fd84344911b02a6fe471258c93 (patch) | |
tree | a6fe4464a2fe092fb24d02bdd4f9ec1ad87fc857 /HAL-afb/hal-most-unicens/CMakeLists.txt | |
parent | cf590ad67211ee634d4cb24ca97c9e65891240b9 (diff) |
includes lib-most-volume in HAL UNICENS
Diffstat (limited to 'HAL-afb/hal-most-unicens/CMakeLists.txt')
-rw-r--r-- | HAL-afb/hal-most-unicens/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/HAL-afb/hal-most-unicens/CMakeLists.txt b/HAL-afb/hal-most-unicens/CMakeLists.txt index 828614f..784024a 100644 --- a/HAL-afb/hal-most-unicens/CMakeLists.txt +++ b/HAL-afb/hal-most-unicens/CMakeLists.txt @@ -16,6 +16,7 @@ # limitations under the License. ########################################################################### +ADD_SUBDIRECTORY(ucs2-vol) # Add target to project dependency list PROJECT_TARGET_ADD(hal-most-unicens) @@ -39,4 +40,9 @@ PROJECT_TARGET_ADD(hal-most-unicens) # installation directory INSTALL(TARGETS ${TARGET_NAME} - LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR})
\ No newline at end of file + LIBRARY DESTINATION ${BINDINGS_INSTALL_DIR}) + + # Define properties to expose when others use this target + TARGET_INCLUDE_DIRECTORIES(${TARGET_NAME} + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/ucs2-vol/inc + ) |