mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
15 lines
296 B
CMake
15 lines
296 B
CMake
set(PROJECT_SOURCES
|
|
${ROOT_DIR}/src/main.cpp
|
|
${ROOT_DIR}/src/gfx-engine/display.h
|
|
${ROOT_DIR}/src/gfx-engine/display.cpp
|
|
# ${ROOT_DIR}/src/gfx-engine/image.h
|
|
# ${ROOT_DIR}/src/gfx-engine/image.cpp
|
|
|
|
)
|
|
|
|
set(PROJECT_INCLUDES
|
|
|
|
${ROOT_DIR}/src
|
|
${ROOT_DIR}/src/gfx-engine
|
|
)
|