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 84adfe5 commit 2d5635fCopy full SHA for 2d5635f
3 files changed
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
2
3
project(ImGuiFileDialog)
4
5
-add_library(ImGuiFileDialog
+add_library(ImGuiFileDialog STATIC
6
ImGuiFileDialog.cpp
7
ImGuiFileDialog.h
8
)
0 commit comments