Alexander

Results 1 issues of Alexander

I have a project with the following setup in CMakeLists.txt: ``` add_subdirectory(${ENKITS_DIR} "enkiTS") add_executable(mytest01 main.cpp main.h tasks_enkits.cpp) target_link_libraries(mytest01 PRIVATE shared_stuff enkiTS ) ``` where ENKITS_DIR is a CMake var, a...