Fixed compilation?
This commit is contained in:
@ -11,18 +11,15 @@ project(Dawn VERSION 1.0)
|
|||||||
|
|
||||||
set(GAME_NAME DawnGame)
|
set(GAME_NAME DawnGame)
|
||||||
set(GAME_VERSION 1.0)
|
set(GAME_VERSION 1.0)
|
||||||
set(TARGET_GROUP production)
|
|
||||||
|
|
||||||
##################################### LIBS #####################################
|
##################################### LIBS #####################################
|
||||||
add_subdirectory(lib)
|
add_subdirectory(lib)
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
||||||
if(TARGET_GROUP STREQUAL production)
|
if(TARGET_GROUP STREQUAL test)
|
||||||
add_subdirectory(client)
|
|
||||||
elseif(TARGET_GROUP STREQUAL test)
|
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "Invalid Target Type")
|
add_subdirectory(client)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#################################### ASSETS ####################################
|
#################################### ASSETS ####################################
|
||||||
|
Reference in New Issue
Block a user