BS 0.0.1 [Runtime]/Generics
This commit is contained in:
4
[Test]/CMakeLists.txt
Normal file
4
[Test]/CMakeLists.txt
Normal 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)
|
6
[Test]/test.cpp
Normal file
6
[Test]/test.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include"Config.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user