Add project files.
This commit is contained in:
13
ModulithEditor/CMakeLists.txt
Normal file
13
ModulithEditor/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
add_executable(ModulithEditor)
|
||||
|
||||
target_sources(ModulithEditor
|
||||
PRIVATE
|
||||
src/main.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(ModulithEditor
|
||||
PRIVATE
|
||||
ModulithEngine
|
||||
)
|
||||
|
||||
target_compile_features(ModulithEditor PRIVATE cxx_std_20)
|
||||
Reference in New Issue
Block a user