You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k9copy/k9decmpeg/CMakeLists.txt

16 lines
417 B

include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/k9vamps
${CMAKE_SOURCE_DIR}/libdvdnav
${CMAKE_SOURCE_DIR}/libk9copy
${TDE_INCLUDE_DIR}
)
##### main k9decmpeg
file( GLOB _lib_cpp_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/*.cpp )
tde_add_library( k9decmpeg STATIC_PIC AUTOMOC
SOURCES ${_lib_cpp_files}
)