Page MenuHomePhorge

No OneTemporary

diff --git a/kpty/CMakeLists.txt b/kpty/CMakeLists.txt
index 74351c3e3d..5fc4cb3e3d 100644
--- a/kpty/CMakeLists.txt
+++ b/kpty/CMakeLists.txt
@@ -1,40 +1,41 @@
project(kpty)
include_directories( ${KDE4_KDECORE_INCLUDES} )
include_directories( ${QT_INCLUDES} )
+include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
set(kpty_LIB_SRCS
kpty.cpp
kptydevice.cpp
kptyprocess.cpp
)
kde4_add_library(kpty ${LIBRARY_TYPE} ${kpty_LIB_SRCS})
generate_export_header(kpty)
target_link_libraries(kpty ${KDE4_KDECORE_LIBS} ${UTIL_LIBRARY} ${UTEMPTER_LIBRARY})
target_link_libraries(kpty LINK_INTERFACE_LIBRARIES kdecore ${QT_QTCORE_LIBRARY} )
set_target_properties(kpty PROPERTIES
VERSION ${GENERIC_LIB_VERSION}
SOVERSION ${GENERIC_LIB_SOVERSION}
)
install(TARGETS kpty ${INSTALL_TARGETS_DEFAULT_ARGS})
install( FILES
${CMAKE_CURRENT_BINARY_DIR}/kpty_export.h
kpty.h
kptydevice.h
kptyprocess.h
DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel
)
########### next target ###############
if (NOT HAVE_OPENPTY)
kde4_add_executable(kgrantpty NOGUI kgrantpty.c)
target_link_libraries(kgrantpty kdefakes)
install(TARGETS kgrantpty DESTINATION ${LIBEXEC_INSTALL_DIR})
endif (NOT HAVE_OPENPTY)
add_subdirectory( tests )

File Metadata

Mime Type
text/x-diff
Expires
Fri, Nov 1, 9:24 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10075800
Default Alt Text
(1 KB)

Event Timeline