portable-file-dialogs
portable-file-dialogs copied to clipboard
adding cmake install logic
Now, this will works
find_package(portable_file_dialogs) add_executable(example example.cpp) target_link_libraries(example PRIVATE portable_file_dialogs)