We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad471c6 commit 26a9276Copy full SHA for 26a9276
1 file changed
CMakeLists.txt
@@ -12,7 +12,7 @@ option(IGFD_INSTALL "Install ImGuiFileDialog library and headers" ${IGFD_INSTALL
12
13
find_package(imgui QUIET) # fails quietly if not found (imgui is the target name for vcpkg and nixpkgs).
14
15
-add_library(ImGuiFileDialog STATIC
+add_library(ImGuiFileDialog
16
ImGuiFileDialog.cpp
17
ImGuiFileDialog.h
18
ImGuiFileDialogConfig.h
0 commit comments