Project Skeleton 1/2
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
set(SRC_FILES
|
||||
"Src/Imp/CPP/Main.cpp"
|
||||
)
|
||||
|
||||
add_executable(IAEngineRuntimeWin ${SRC_FILES})
|
||||
|
||||
target_link_libraries(IAEngineRuntimeWin PRIVATE IAEngine nlohmann_json SDL3::SDL3)
|
||||
|
||||
Reference in New Issue
Block a user