Fixed compilation?

This commit is contained in:
2021-10-11 21:47:30 -07:00
parent 26b84e6ad7
commit 6ebcf8c5dc

View File

@ -11,18 +11,15 @@ project(Dawn VERSION 1.0)
set(GAME_NAME DawnGame)
set(GAME_VERSION 1.0)
set(TARGET_GROUP production)
##################################### LIBS #####################################
add_subdirectory(lib)
add_subdirectory(src)
if(TARGET_GROUP STREQUAL production)
add_subdirectory(client)
elseif(TARGET_GROUP STREQUAL test)
if(TARGET_GROUP STREQUAL test)
add_subdirectory(test)
else()
message(FATAL_ERROR "Invalid Target Type")
add_subdirectory(client)
endif()
#################################### ASSETS ####################################