Initial commit.
This commit is contained in:
commit
59c6161fdb
134 changed files with 4751 additions and 0 deletions
13
src/core/CMakeLists.txt
Normal file
13
src/core/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
list(APPEND core_LIB_INCLUDES
|
||||
Event.cpp
|
||||
Color.cpp
|
||||
CommandLineArgs.cpp
|
||||
loggers/FileLogger.cpp
|
||||
StringUtils.cpp)
|
||||
|
||||
# add the executable
|
||||
add_library(core SHARED ${core_LIB_INCLUDES})
|
||||
|
||||
target_include_directories(core PUBLIC
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue