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 837ba31 commit 4ecb5a6Copy full SHA for 4ecb5a6
testgui/Makefile.am
@@ -19,7 +19,7 @@ hidapi_testgui_LDADD = $(top_builddir)/$(backend)/libhidapi.la $(LIBS_TESTGUI)
19
endif
20
21
if OS_DARWIN
22
-hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m
+hidapi_testgui_SOURCES = test.cpp mac_support_cocoa.m mac_support.h
23
# Rules for copying the binary and its dependencies into the app bundle.
24
TestGUI.app/Contents/MacOS/hidapi-testgui$(EXEEXT): hidapi-testgui$(EXEEXT)
25
$(srcdir)/copy_to_bundle.sh
0 commit comments