We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a816fe7 commit 889afb7Copy full SHA for 889afb7
CMakeLists.txt
@@ -275,13 +275,13 @@ if(NOT TEST)
275
set(RESOURCES_SOURCE "${CMAKE_SOURCE_DIR}/resources")
276
set(RESOURCES_BINARY "${CMAKE_BINARY_DIR}/resources")
277
278
+ set(INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
279
configure_file(
280
${RESOURCES_SOURCE}/applications/TombRaiderLinuxLauncher.desktop
281
${RESOURCES_BINARY}/applications/TombRaiderLinuxLauncher.desktop
282
@ONLY
283
)
284
-
285
install(FILES
286
287
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications
0 commit comments