Adding some more initial files

This commit is contained in:
Martin Brodbeck 2018-07-05 16:29:43 +02:00
parent 57e932e3d1
commit f1707c6598
6 changed files with 37 additions and 0 deletions

9
src/core/CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
set(CORE_HEADERS
entity.h
)
set(CORE_SOURCES
entity.cpp
)
add_library(core STATIC ${CORE_SOURCES})