mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 00:07:10 +02:00
cmake: Add AddWindowsResources
module
This commit is contained in:
@ -231,6 +231,8 @@ add_executable(bitcoin-qt
|
||||
../init/bitcoin-qt.cpp
|
||||
)
|
||||
|
||||
add_windows_resources(bitcoin-qt res/bitcoin-qt-res.rc)
|
||||
|
||||
target_link_libraries(bitcoin-qt
|
||||
core_interface
|
||||
bitcoinqt
|
||||
|
Reference in New Issue
Block a user