Add Icon for windows
This commit is contained in:
@@ -91,6 +91,13 @@ target_link_libraries(
|
|||||||
absl::flags
|
absl::flags
|
||||||
absl::status
|
absl::status
|
||||||
absl::statusor
|
absl::statusor
|
||||||
|
absl::examine_stack
|
||||||
|
absl::stacktrace
|
||||||
|
absl::base
|
||||||
|
absl::config
|
||||||
|
absl::core_headers
|
||||||
|
absl::raw_logging_internal
|
||||||
|
absl::failure_signal_handler
|
||||||
SDL2main
|
SDL2main
|
||||||
${PNG_LIBRARIES}
|
${PNG_LIBRARIES}
|
||||||
${SDL2_LIBRARIES}
|
${SDL2_LIBRARIES}
|
||||||
@@ -105,6 +112,7 @@ set_target_properties(yaze
|
|||||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
||||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
||||||
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
|
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
|
||||||
|
LINK_FLAGS "${CMAKE_CURRENT_SOURCE_DIR}/gui/yaze.res"
|
||||||
)
|
)
|
||||||
|
|
||||||
set (source "${CMAKE_SOURCE_DIR}/assets")
|
set (source "${CMAKE_SOURCE_DIR}/assets")
|
||||||
|
|||||||
BIN
src/yaze.ico
Normal file
BIN
src/yaze.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 318 B |
1
src/yaze.rc
Normal file
1
src/yaze.rc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "yaze.ico"
|
||||||
BIN
src/yaze.res
Normal file
BIN
src/yaze.res
Normal file
Binary file not shown.
Reference in New Issue
Block a user