mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 05:39:38 +02:00
cmake: Build bitcoin-qt executable
This commit is contained in:
@@ -344,6 +344,11 @@ if(BUILD_UTIL)
|
||||
endif()
|
||||
|
||||
|
||||
if(BUILD_GUI)
|
||||
add_subdirectory(qt)
|
||||
endif()
|
||||
|
||||
|
||||
add_subdirectory(test/util)
|
||||
if(BUILD_BENCH)
|
||||
add_subdirectory(bench)
|
||||
|
||||
Reference in New Issue
Block a user