This commit is contained in:
ninemine
2025-06-12 21:46:53 +08:00
parent 2cdf5db037
commit d7213d1d3e
8 changed files with 246 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
add_executable(TEST test.cpp)
add_executable(TEST test.cpp "test_sequence.cpp")
include_directories(${PROJECT_SOURCE_DIR}/Convention/[Runtime])
install(TARGETS TEST
install(TARGETS TEST
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)