]> git.sesse.net Git - kdenlive/blob - testingArea/CMakeLists.txt
Successfully dumping audio information from the input files now :)
[kdenlive] / testingArea / CMakeLists.txt
1
2 message(STATUS "Building experimental executables")
3
4 include_directories(
5   ${LIBMLT_INCLUDE_DIR}
6   ${LIBMLTPLUS_INCLUDE_DIR}
7 )
8 include(${QT_USE_FILE})
9
10 add_executable(audioOffset audioOffset.cpp)
11 target_link_libraries(audioOffset 
12   ${QT_LIBRARIES}
13   ${LIBMLT_LIBRARY}
14   ${LIBMLTPLUS_LIBRARY}
15 )