forked from Flowee/registry
Add downloading of resources (icon for now)
This commit is contained in:
@@ -21,11 +21,13 @@ set(CMAKE_AUTORCC ON)
|
||||
add_executable(processor
|
||||
main.cpp
|
||||
Processor.h Processor.cpp
|
||||
DownloadJob.h DownloadJob.cpp
|
||||
)
|
||||
target_compile_definitions(processor PRIVATE LOG_DEFAULT_SECTION=100)
|
||||
target_link_libraries(processor
|
||||
flowee_utils
|
||||
Qt6::Core
|
||||
Qt6::Network
|
||||
Boost::filesystem
|
||||
)
|
||||
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/processor DESTINATION ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
Reference in New Issue
Block a user