wangzhengquan
2021-01-25 6de74d5e60a9a5ecd417a5473a3b567e51ca2de8
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}
                            )