Skip to content

Commit 26a9276

Browse files
committed
cmake: removed STATIC keyword in add_library function, as this should be controlled by BUILD_SHARED_LIBS flag
1 parent ad471c6 commit 26a9276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option(IGFD_INSTALL "Install ImGuiFileDialog library and headers" ${IGFD_INSTALL
1212

1313
find_package(imgui QUIET) # fails quietly if not found (imgui is the target name for vcpkg and nixpkgs).
1414

15-
add_library(ImGuiFileDialog STATIC
15+
add_library(ImGuiFileDialog
1616
ImGuiFileDialog.cpp
1717
ImGuiFileDialog.h
1818
ImGuiFileDialogConfig.h

0 commit comments

Comments
 (0)