4 changed files with 36 additions and 9 deletions
@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
|
||||
set(EXTRA_SRC) |
||||
if(BUILD_TESTING) |
||||
list(APPEND EXTRA_SRC |
||||
AudioOutputTest.cc |
||||
) |
||||
endif() |
||||
|
||||
add_library(Audio |
||||
AudioOutput.cc |
||||
${EXTRA_SRC} |
||||
) |
||||
|
||||
target_link_libraries(Audio |
||||
PUBLIC |
||||
Qt5::Core |
||||
Qt5::Qml |
||||
Qt5::TextToSpeech |
||||
Qt5::Widgets |
||||
|
||||
qgc |
||||
) |
||||
|
||||
target_include_directories(Audio PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
||||
|
Loading…
Reference in new issue