Skip to content

Commit

Permalink
⬆ [nfd]
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Nov 7, 2024
1 parent 6f9c62f commit 990f6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ target_link_libraries(Cool-PublicProperties INTERFACE Boxer)
install(FILES "lib/Boxer/LICENSE" DESTINATION "license/Boxer")

# Native File Dialog
set(NFD_OVERRIDE_RECENT_WITH_DEFAULT ON CACHE BOOL "" FORCE)
add_subdirectory(lib/nativefiledialog-extended EXCLUDE_FROM_ALL)
target_link_libraries(Cool-PublicProperties INTERFACE nfd)
install(FILES "lib/nativefiledialog-extended/LICENSE" DESTINATION "license/nativefiledialog-extended")
Expand Down

0 comments on commit 990f6b3

Please sign in to comment.