Skip to content
Snippets Groups Projects
Commit 0b0d410d authored by FU Chengdong's avatar FU Chengdong
Browse files

add namespace kaltest_ to avoid conflicts with other package

parent d986ee2c
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ INCLUDE_DIRECTORIES( BEFORE ${ROOT_DICT_INCLUDE_DIRS} ) ...@@ -14,7 +14,7 @@ INCLUDE_DIRECTORIES( BEFORE ${ROOT_DICT_INCLUDE_DIRS} )
# ====== macro for adding new examples within KalTest ======================= # ====== macro for adding new examples within KalTest =======================
ADD_CUSTOM_TARGET( examples ) ADD_CUSTOM_TARGET( kaltest_examples )
MACRO( ADD_KALTEST_EXAMPLE _example ) MACRO( ADD_KALTEST_EXAMPLE _example )
IF( BUILD_EXAMPLES ) IF( BUILD_EXAMPLES )
...@@ -25,6 +25,8 @@ MACRO( ADD_KALTEST_EXAMPLE _example ) ...@@ -25,6 +25,8 @@ MACRO( ADD_KALTEST_EXAMPLE _example )
ADD_DEPENDENCIES( examples ${_example} ) ADD_DEPENDENCIES( examples ${_example} )
ADD_DEPENDENCIES( kaltest_examples ${_example} )
TARGET_LINK_LIBRARIES( ${_example} KalTest ) TARGET_LINK_LIBRARIES( ${_example} KalTest )
ENDMACRO( ADD_KALTEST_EXAMPLE ) ENDMACRO( ADD_KALTEST_EXAMPLE )
# =========================================================================== # ===========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment