Skip to content

Commit

Permalink
Add native file dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 15, 2024
1 parent e7b701d commit ceeac83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platforms/linux/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
include ../desktop-shared/Makefile.sources

SOURCES_CXX += $(DESKTOP_SRC_DIR)/nfd/nfd_gtk.cpp
CPPFLAGS += `pkg-config --cflags gtk+-3.0`
LDFLAGS += `pkg-config --libs gtk+-3.0`

include ../desktop-shared/Makefile.common

0 comments on commit ceeac83

Please sign in to comment.