File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ IF( NOT WITHOUT_EMBEDDED_DISPLAY )
252
252
TARGET_LINK_LIBRARIES ( aqemu ${LIBVNCCLIENT_LIBRARIES} )
253
253
ENDIF ( NOT WITHOUT_EMBEDDED_DISPLAY )
254
254
255
+ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
255
256
# Install files
256
257
INSTALL ( TARGETS aqemu DESTINATION bin )
257
258
@@ -275,6 +276,16 @@ INSTALL( FILES ${app_menu} DESTINATION share/applications )
275
276
FILE ( GLOB app_menu "${CMAKE_CURRENT_SOURCE_DIR} /resources/menu_data/aqemu.appdata.xml" )
276
277
INSTALL ( FILES ${app_menu} DESTINATION share/appdata )
277
278
279
+ else ()
280
+
281
+ FILE ( GLOB os_icons "${CMAKE_CURRENT_SOURCE_DIR} /resources/os_icons/*.*" )
282
+ file (COPY ${os_icons} DESTINATION ${CMAKE_CURRENT_BINARY_DIR} /os_icons/ )
283
+
284
+ FILE ( GLOB os_templates "${CMAKE_CURRENT_SOURCE_DIR} /resources/os_templates/*.*" )
285
+ file (COPY ${os_templates} DESTINATION ${CMAKE_CURRENT_BINARY_DIR} /os_templates/ )
286
+
287
+ endif ()
288
+
278
289
# Create docs .bz2 files
279
290
MACRO ( create_docs _sources )
280
291
FOREACH ( curFile ${ARGN} )
You can’t perform that action at this time.
0 commit comments