We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c8f6b commit f578229Copy full SHA for f578229
1 file changed
src/CMakeLists.txt
@@ -5,14 +5,13 @@
5
include_directories (${CMAKE_CURRENT_SOURCE_DIR})
6
7
include_directories(${LIBUSB_1_INCLUDE_DIRS})
8
-LIST(APPEND SRC core.c tilt.c cameras.c flags.c usb_libusb10.c registration.c)
+LIST(APPEND SRC core.c tilt.c cameras.c flags.c usb_libusb10.c registration.c audio.c loader.c)
9
IF(WIN32)
10
set_source_files_properties(${SRC} PROPERTIES LANGUAGE CXX)
11
ENDIF(WIN32)
12
13
-# Audio
+# Audio Firmware
14
include(FindPythonInterp)
15
-LIST(APPEND SRC audio.c loader.c)
16
IF(BUILD_REDIST_PACKAGE)
17
# If this build is intended for a redistributable package, we can't include audios.bin, so we should include fwfetcher.py
18
# and the package should run "python fwfetcher.py $INSTALL_PREFIX/share" as a postinst hook
0 commit comments