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.
codeine/src/app/CMakeLists.txt

55 lines
1.1 KiB

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${XINE_INCLUDE_DIRS}
${X11_INCLUDE_DIR}
${X11_XTEST_INCLUDE_DIRS}
${X11_KEYSIM_INCLUDE_DIRS}
)
link_directories(
${TQT_LIBRARY_DIRS}
${TDE_LIB_DIR}
)
##### codeine (executable)
tde_add_executable( ${PROJECT_NAME} AUTOMOC
SOURCES
xineEngine.cpp
xineConfig.cpp
xineScope.c
theStream.cpp
videoWindow.cpp
videoSettings.cpp
captureFrame.cpp
actions.cpp
stateChange.cpp
slider.cpp
analyzer.cpp
playDialog.cpp
listView.cpp
adjustSizeButton.cpp
fullScreenAction.cpp
insertAspectRatioMenuItems.cpp
playlistFile.cpp
volumeAction.cpp
../mxcl.library.cpp
main.cpp
mainWindow.cpp
LINK
tdecore-shared
tdeui-shared
tdeio-shared
${XINE_LIBRARIES}
${X11_LIBRARIES}
${X11_XTEST_LIBRARIES}
DESTINATION ${BIN_INSTALL_DIR}
)