mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
8 lines
158 B
CMake
8 lines
158 B
CMake
# for the export headers
|
|
include_directories(${CMAKE_BINARY_DIR}/kutils)
|
|
|
|
add_subdirectory(providers)
|
|
|
|
if(ENABLE_TESTING)
|
|
add_subdirectory(tests)
|
|
endif()
|