Add project files.
This commit is contained in:
14
ModulithEngine/CMakeLists.txt
Normal file
14
ModulithEngine/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
add_library(ModulithEngine STATIC)
|
||||
|
||||
target_sources(ModulithEngine
|
||||
PRIVATE
|
||||
src/Engine.cpp
|
||||
# add more cpp files here
|
||||
)
|
||||
|
||||
target_include_directories(ModulithEngine
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
)
|
||||
|
||||
target_compile_features(ModulithEngine PUBLIC cxx_std_20)
|
||||
0
ModulithEngine/src/Engine.cpp
Normal file
0
ModulithEngine/src/Engine.cpp
Normal file
Reference in New Issue
Block a user