Fixed double dash
This commit is contained in:
@@ -53,6 +53,11 @@ elseif(TARGET_TYPE STREQUAL game)
|
||||
shared/fonts/opensans/OpenSans-Bold.ttf fonts/opensans/OpenSans-Bold.ttf
|
||||
)
|
||||
|
||||
# Textures
|
||||
tool_copy(texture_test
|
||||
shared/textures/test_texture.png textures/test_texture.png
|
||||
)
|
||||
|
||||
# Poker Game
|
||||
if(TARGET_GAME STREQUAL poker)
|
||||
add_compile_definitions(
|
||||
@@ -82,6 +87,7 @@ elseif(TARGET_TYPE STREQUAL game)
|
||||
tool_assets(
|
||||
shader_textured
|
||||
font_opensans
|
||||
texture_test
|
||||
vn_penny
|
||||
vn_lucy
|
||||
vn_julie
|
||||
|
Reference in New Issue
Block a user