File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ EndIf (NOT SDLMAIN_LIBRARY)
126126Target_Link_Libraries (freeblocks ${CMAKE_LD_FLAGS} ${SDL_LIBRARY} ${SDLIMAGE_LIBRARY} ${SDLMIXER_LIBRARY} ${SDLTTF_LIBRARY} ${SDLMAIN_LIBRARY} ${EXTRA_LIBRARIES} )
127127
128128# installing to the proper places
129- install (PROGRAMS ${CMAKE_CURRENT_BINARY_DIR} / freeblocks DESTINATION ${BINDIR} )
130- install (DIRECTORY " ${CMAKE_CURRENT_SOURCE_DIR} / res" DESTINATION ${DATADIR} )
131- install (FILES " ${CMAKE_CURRENT_SOURCE_DIR} / pkg/default.gcw0.desktop" DESTINATION ${APPDIR} RENAME freeblocks.desktop)
132- install (FILES " ${CMAKE_CURRENT_SOURCE_DIR} / pkg/freeblocks.png" DESTINATION ${CMAKE_INSTALL_PREFIX} / share/icons/hicolor/32x32/apps)
129+ install (TARGETS freeblocks DESTINATION ${BINDIR} )
130+ install (DIRECTORY res DESTINATION ${DATADIR} )
131+ install (FILES pkg/default.gcw0.desktop DESTINATION ${APPDIR} RENAME freeblocks.desktop)
132+ install (FILES pkg/freeblocks.png DESTINATION share/icons/hicolor/32x32/apps)
You can’t perform that action at this time.
0 commit comments