Skip to content

Commit

Permalink
LINUX: Desktop file improvements #99 (category fixes for caveepacker)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jul 30, 2016
1 parent c4174b2 commit 6b263a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cavepacker/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(TPS
cavepacker-ui-scene
cavepacker-ui
)
cp_add_executable(TARGET ${PROJECT_NAME} TPS ${TPS} SRCS CavePacker.cpp ../../Main.cpp WINDOWED APPNAME "CavePacker" VERSION 1.5 VERSION_CODE 11 Category LogicGame)
cp_add_executable(TARGET ${PROJECT_NAME} TPS ${TPS} SRCS CavePacker.cpp ../../Main.cpp WINDOWED APPNAME "CavePacker" VERSION 1.5 VERSION_CODE 11 CATEGORY LogicGame)
cp_target_link_libraries(TARGET ${PROJECT_NAME} LIBS ${PROJECT_NAME}-server ${PROJECT_NAME}-client ${PROJECT_NAME}-shared game)
set(LUAFILES config.lua fonts.lua sprites.lua textures/complete.lua)
check_lua_files(${PROJECT_NAME} "${LUAFILES}")

0 comments on commit 6b263a2

Please sign in to comment.