Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
GameKit: Consistent naming for game libraries
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 240eeab commit 17cd4ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doomsday/libs/gamekit/libs/GameConfig.cmake
Expand Up @@ -29,7 +29,10 @@ macro (deng_add_gamelib target)
)
deng_link_libraries (${target} PRIVATE DengDoomsday)
enable_cxx11 (${target})
set_target_properties (${target} PROPERTIES FOLDER Extensions)
set_target_properties (${target} PROPERTIES
FOLDER Extensions
OUTPUT_NAME deng_${target}
)

if (APPLE)
# if (IOS)
Expand Down

0 comments on commit 17cd4ec

Please sign in to comment.