wangzhengquan
2021-01-21 d5da31067c3b602729047d4cf8f48b6580187869
test/CMakeLists.txt
@@ -23,5 +23,12 @@
                            )
# add the install targets
install(TARGETS test1 DESTINATION bin)
add_executable(svsem_test svsem_test.cpp )
target_link_libraries(svsem_test PRIVATE  ${EXTRA_LIBS} )
target_include_directories(svsem_test PRIVATE
                            "${PROJECT_BINARY_DIR}"
                             ${EXTRA_INCLUDES}
                            )