Skip to content

Commit

Permalink
build: fix imguifiledialog preprocessor define for configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Nov 12, 2021
1 parent 9e4c3b4 commit 1a1d99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()

if(WIN32)
else() # Linux
add_definitions(-DIMGUI_USER_CONFIG="ImGuiFileDialogConfigUnix.h")
add_definitions(-DCUSTOM_IMGUIFILEDIALOG_CONFIG="ImGuiFileDialogConfigUnix.h")
endif()

# various settings
Expand Down

0 comments on commit 1a1d99f

Please sign in to comment.