More CMake stuff

This commit is contained in:
2021-10-17 00:12:35 -07:00
parent 66c61a6633
commit 12df54b344
8 changed files with 97 additions and 26 deletions

View File

@ -31,4 +31,9 @@ target_sources(${PROJECT_NAME}
target_include_directories(${PROJECT_NAME}
PUBLIC
${CMAKE_CURRENT_LIST_DIR}
)
)
# Sub
if(TARGET_TYPE STREQUAL game)
add_subdirectory(game)
endif()