Compiling again

This commit is contained in:
2022-02-27 09:33:55 -08:00
parent cb6f9eaaa9
commit 4f0e1a37c5
8 changed files with 7 additions and 22 deletions

View File

@@ -57,11 +57,8 @@ add_subdirectory(tools)
# Include the client or the test tools
if(TARGET_TYPE STREQUAL test)
add_subdirectory(test)
elseif(TARGET_TYPE STREQUAL game)
add_subdirectory(client)
endif()
# Set up shared assets
tool_copy(shader_textured
${ASSETS_SOURCE_DIR}/shared/shaders/textured.vert shaders/textured.vert