mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
8 lines
238 B
Text
8 lines
238 B
Text
![]() |
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}
|
||
|
${CMAKE_CURRENT_BINARY_DIR}
|
||
|
${QT_INCLUDE_DIR}
|
||
|
${QT_QTCORE_INCLUDE_DIR} )
|
||
|
|
||
|
add_subdirectory( solid )
|
||
|
add_subdirectory( tests )
|