mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
Update CMakeLists.txt
This commit is contained in:
parent
db43fd4009
commit
8ccf722ec4
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,8 @@ if (WIN32)
|
|||
set(LibArchive_LIBRARIES archive_static)
|
||||
set(LibArchive_INCLUDE_DIR dependencies/libarchive-3.6.2/libarchive)
|
||||
|
||||
target_link_libraries(rpi-imager Qt5::Core Qt5::Gui Qt5::Quick)
|
||||
|
||||
# Bundled fat32format
|
||||
add_subdirectory(dependencies/fat32format)
|
||||
add_dependencies(${PROJECT_NAME} fat32format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue