Files
Convention-CPP/[Test]/CMakeLists.txt

4 lines
207 B
CMake
Raw Normal View History

2025-06-12 21:46:53 +08:00
add_executable(TEST test.cpp "test_sequence.cpp")
2025-06-12 14:59:06 +08:00
include_directories(${PROJECT_SOURCE_DIR}/Convention/[Runtime])
2025-06-12 21:46:53 +08:00
install(TARGETS TEST
2025-06-12 14:59:06 +08:00
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)