This library contains code that extends and simplifies different operations
for C++ language based programs
Revision | 0e62181a24601b73e362fdd7f681413e19033cb0 (tree) |
---|---|
Zeit | 2022-09-12 10:32:40 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
use PUBLIC for target_compile_definitions(). The previous varable was for target_link_libraries()
@@ -118,7 +118,7 @@ | ||
118 | 118 | include(${CMAKE_CURRENT_SOURCE_DIR}/libctools/cmake/cmake_tools/tools/link_public.cmake) |
119 | 119 | target_link_libraries(${PROJECT_NAME} ${CMT_LINK_PUBLIC} ${DEPENDENCY_LIBRARY_CTOOLS}) |
120 | 120 | |
121 | -target_compile_definitions(${PROJECT_NAME} ${CMT_LINK_PUBLIC} CT_USE_SHARED_DYNAMIC) | |
121 | +target_compile_definitions(${PROJECT_NAME} PUBLIC CT_USE_SHARED_DYNAMIC) | |
122 | 122 | |
123 | 123 | set(CMAKE_VERBOSE_MAKEFILE true) |
124 | 124 |