mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
feat: Allow toolbar icons to be modified (#1509)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
project(updater)
|
||||
project(updater)
|
||||
|
||||
add_executable(updater
|
||||
source/main.cpp
|
||||
)
|
||||
|
||||
target_compile_definitions(updater PRIVATE IMHEX_PROJECT_NAME="${PROJECT_NAME}")
|
||||
target_link_libraries(updater PRIVATE libimhex wolv::io ${FMT_LIBRARIES})
|
||||
target_link_libraries(updater PRIVATE libimhex ${FMT_LIBRARIES})
|
||||
add_dependencies(main updater)
|
||||
|
||||
if (APPLE)
|
||||
|
||||
Reference in New Issue
Block a user