File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55include_directories (${CMAKE_CURRENT_SOURCE_DIR} )
66
77include_directories (${LIBUSB_1_INCLUDE_DIRS} )
8- LIST (APPEND SRC core.c tilt.c cameras.c flags .c usb_libusb10.c registration.c)
8+ LIST (APPEND SRC core.c tilt.c cameras.c flags .c usb_libusb10.c registration.c audio.c loader.c )
99IF (WIN32 )
1010 set_source_files_properties (${SRC} PROPERTIES LANGUAGE CXX)
1111ENDIF (WIN32 )
1212
13- # Audio
13+ # Audio Firmware
1414include (FindPythonInterp)
15- LIST (APPEND SRC audio.c loader.c)
1615IF (BUILD_REDIST_PACKAGE)
1716 # If this build is intended for a redistributable package, we can't include audios.bin, so we should include fwfetcher.py
1817 # and the package should run "python fwfetcher.py $INSTALL_PREFIX/share" as a postinst hook
You can’t perform that action at this time.
0 commit comments