Adding cores as submodules and configured Makefile to use SDL_Core by default.
This commit is contained in:
parent
6ecde5192e
commit
ac796e911d
3
.ccls
3
.ccls
|
|
@ -3,6 +3,7 @@ gcc
|
|||
-Isrc/headers
|
||||
-Isrc/ecs/headers
|
||||
-Isrc/ecs/components/headers
|
||||
-Icore/src/headers
|
||||
-ISDL_Core/src/headers
|
||||
-INCurses_Core/src/headers
|
||||
-Iassets/asset_builder/src/headers
|
||||
-DASSET_FILE_NAME="$(make print-ASSET_OUTPUT)"
|
||||
|
|
@ -1,3 +1,2 @@
|
|||
.ccls-cache
|
||||
build
|
||||
core
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ all: build_core build_src build_assets
|
|||
|
||||
# Sub Makefiles
|
||||
SOURCE_DIR = src
|
||||
CORE_DIR = core/src
|
||||
CORE_DIR = SDL_Core/src
|
||||
ASSETS_DIR = assets
|
||||
|
||||
include $(CORE_DIR)/Makefile
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0ef33e0b09c5834dbca891f86e2b4f89a55d3ffb
|
||||
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c1a3dea5609002d1be55a3e5a2c11ebc0fa7e57e
|
||||
Loading…
Reference in New Issue