mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
14 lines
397 B
CMake
14 lines
397 B
CMake
include_directories(${QT_INCLUDE_DIR} ${QT_QTCORE_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/Weaver/)
|
|
|
|
include_directories( ../../Weaver/ )
|
|
|
|
set(Construction_SRCS
|
|
Construction.cpp
|
|
)
|
|
|
|
|
|
add_executable(Construction ${Construction_SRCS})
|
|
|
|
target_link_libraries(Construction threadweaver)
|
|
|
|
install(TARGETS Construction DESTINATION ${BIN_INSTALL_DIR} )
|