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/part/CMakeLists.txt

37 lines
598 B

include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
${XINE_INCLUDE_DIRS}
${X11_INCLUDE_DIR}
)
link_directories(
${TQT_LIBRARY_DIRS}
${TDE_LIB_DIR}
)
##### codeine (shared)
tde_add_library( ${PROJECT_NAME} SHARED AUTOMOC
SOURCES
part.cpp
xineEngine.cpp
videoWindow.cpp
toolbar.cpp
../mxcl.library.cpp
LINK
tdecore-shared
tdeui-shared
tdeparts-shared
${XINE_LIBRARIES}
${X11_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)