Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Nov 3, 2023
1 parent a8cdc65 commit 75cea48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ add_executable(${PROJECT}
${IMGUIIMPL_SOURCES}
)

if(UNIX)
target_compile_options(${PROJECT} PUBLIC "-Wno-unknown-pragmas")
endif()

if (APPLE)
set_target_properties(${PROJECT}
PROPERTIES
Expand Down
2 changes: 1 addition & 1 deletion ImGuiFileDialog

0 comments on commit 75cea48

Please sign in to comment.