Files
Convention-CPP/[Test]/CMakeLists.txt
2025-06-12 14:59:06 +08:00

4 lines
188 B
CMake

add_executable(TEST test.cpp)
include_directories(${PROJECT_SOURCE_DIR}/Convention/[Runtime])
install(TARGETS TEST
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)