BS 0.0.1 [Runtime]/Generics

This commit is contained in:
ninemine
2025-06-12 14:59:06 +08:00
parent 9ed07d07c5
commit 2cdf5db037
8 changed files with 56 additions and 97 deletions

4
[Test]/CMakeLists.txt Normal file
View File

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