kdelibs/threadweaver/CMakeLists.txt

19 lines
354 B
Text
Raw Normal View History

2014-11-13 01:04:59 +02:00
project(threadweaver)
if(ENABLE_TESTING)
add_subdirectory(Tests)
endif()
2014-11-13 01:04:59 +02:00
add_subdirectory(Weaver)
# disabled for default kdelibs build:
# add_subdirectory(WeaverGui)
# add_subdirectory(Experimental)
# add_subdirectory(Examples)
install(
FILES
threadweaver_export.h
DESTINATION ${INCLUDE_INSTALL_DIR}/threadweaver
COMPONENT Devel
)