mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Add resources_win32.rc in aseprite target on Windows.
This commit is contained in:
parent
ffd0f17879
commit
b7609686de
@ -286,7 +286,11 @@ add_library(aseprite-library
|
|||||||
######################################################################
|
######################################################################
|
||||||
# aseprite application
|
# aseprite application
|
||||||
|
|
||||||
add_executable(aseprite WIN32 main.cpp)
|
if(WIN32)
|
||||||
|
set(win32_resources resources_win32.rc)
|
||||||
|
endif(WIN32)
|
||||||
|
|
||||||
|
add_executable(aseprite WIN32 main.cpp ${win32_resources})
|
||||||
|
|
||||||
target_link_libraries(aseprite ${aseprite-library} ${all_libs})
|
target_link_libraries(aseprite ${aseprite-library} ${all_libs})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user