diff options
Diffstat (limited to 'assets/cpp/CMakeLists.txt')
| -rw-r--r-- | assets/cpp/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/cpp/CMakeLists.txt b/assets/cpp/CMakeLists.txt index 8e4532f..cfbf7b1 100644 --- a/assets/cpp/CMakeLists.txt +++ b/assets/cpp/CMakeLists.txt @@ -14,6 +14,6 @@ install(TARGETS version DESTINATION ${INSTALL_LIBDIR}) # Beat detector add_executable(beat_detector beat-detector.cpp) -target_include_directories(beat_detector PRIVATE ${PIPEWIRE_INCLUDE_DIRS} ${AUBIO_INCLUDE_DIRS}) +target_include_directories(beat_detector SYSTEM PRIVATE ${PIPEWIRE_INCLUDE_DIRS} ${AUBIO_INCLUDE_DIRS}) target_link_libraries(beat_detector PRIVATE ${PIPEWIRE_LIBRARIES} ${AUBIO_LIBRARIES}) install(TARGETS beat_detector DESTINATION ${INSTALL_LIBDIR}) |