first
This commit is contained in:
5
source/CMakeLists.txt
Normal file
5
source/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
project(TartLib VERSION 0.1)
|
||||
set(Lib_SOURCES
|
||||
tart.cpp
|
||||
)
|
||||
add_library(${PROJECT_NAME} STATIC ${LIB_SOURCES})
|
||||
Reference in New Issue
Block a user