icons in servoterm
@@ -28,7 +28,9 @@ find_package(wxWidgets 3.0 COMPONENTS core base REQUIRED)
|
||||
include(${wxWidgets_USE_FILE})
|
||||
|
||||
if(APPLE)
|
||||
add_executable(${PROJECT_NAME} MACOSX_BUNDLE ${SRC_LIST})
|
||||
set(MACOSX_BUNDLE_ICON_FILE "stmbl.icns" )
|
||||
set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/resources/stmbl.icns PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
|
||||
add_executable(${PROJECT_NAME} MACOSX_BUNDLE ${SRC_LIST} ${CMAKE_CURRENT_SOURCE_DIR}/resources/stmbl.icns)
|
||||
else(APPLE)
|
||||
add_executable(${PROJECT_NAME} ${SRC_LIST})
|
||||
endif(APPLE)
|
||||
|
||||
BIN
term/resources/128x128.png
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
term/resources/16x16.png
Executable file
|
After Width: | Height: | Size: 385 B |
BIN
term/resources/24x24.png
Executable file
|
After Width: | Height: | Size: 558 B |
BIN
term/resources/256x256.png
Executable file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
term/resources/32x32.png
Executable file
|
After Width: | Height: | Size: 781 B |
BIN
term/resources/48x48.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
term/resources/512x512.png
Executable file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
term/resources/64x64.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
term/resources/96x96.png
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
term/resources/stmbl.icns
Normal file
BIN
term/resources/stmbl.ico
Normal file
|
After Width: | Height: | Size: 361 KiB |