implement engine structure
This commit is contained in:
parent
fdebdd3ca2
commit
2dbfa1b99e
6 changed files with 470 additions and 103 deletions
|
@ -69,4 +69,5 @@ target_include_directories(colysis PUBLIC include
|
|||
# put the assets folder path as a C preprocessor define
|
||||
target_compile_definitions(colysis PRIVATE ASSETS_PATH="${ASSETS_PATH}")
|
||||
|
||||
put_targets_into_folder(FOLDER "thid_party" TARGETS raylib flecs::flecs_static)
|
||||
put_targets_into_folder(FOLDER "vendor/raylib" TARGETS raylib uninstall)
|
||||
put_targets_into_folder(FOLDER "vendor/flecs" TARGETS flecs::flecs flecs::flecs_static)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue