Compile++
svn path=/trunk/KDE/kdebase/workspace/; revision=515342
This commit is contained in:
parent
90b749f9fd
commit
4486e2611c
2 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,10 @@ add_subdirectory( pics )
|
|||
add_subdirectory( clients )
|
||||
add_subdirectory( oldheaders )
|
||||
add_subdirectory( data )
|
||||
if(X11_kompmgr_FOUND)
|
||||
add_subdirectory(kompmgr)
|
||||
endif(X11_kompmgr_FOUND)
|
||||
|
||||
message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir $(KOMPMGR)")
|
||||
message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: Readd kcmkwin )" )
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/lib)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ kde4_automoc(${kompmgr_SRCS})
|
|||
|
||||
kde4_add_executable(kompmgr ${kompmgr_SRCS})
|
||||
|
||||
target_link_libraries(kompmgr ${QT_AND_KDECORE_LIBS} Xcomposite Xdamage Xfixes Xext m )
|
||||
target_link_libraries(kompmgr ${QT_AND_KDECORE_LIBS} ${X11_Xcomposite_LIB} ${X11_Xdamage_LIB} ${X11_Xfixes_LIB} ${X11_Xext_LIB} m )
|
||||
|
||||
install_targets(/bin kompmgr )
|
||||
|
||||
|
|
Loading…
Reference in a new issue