Skip to content

Commit 2d5635f

Browse files
committed
[RFR] : Some Refactor for shared lib (but not working dur to the STL..) keep the new IGFD_API for the futur if maybe
1 parent 84adfe5 commit 2d5635f

3 files changed

Lines changed: 259 additions & 257 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
22

33
project(ImGuiFileDialog)
44

5-
add_library(ImGuiFileDialog
5+
add_library(ImGuiFileDialog STATIC
66
ImGuiFileDialog.cpp
77
ImGuiFileDialog.h
88
)

0 commit comments

Comments
 (0)