blob: 9632df835263eb0993694ca42c20d5d9de868e26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_directories(
${CMAKE_CURRENT_BINARY_DIR}
)
##### themeengine library (static)
tde_add_library( themeengine STATIC_PIC AUTOMOC
SOURCES theme.cpp themeengine.cpp texture.cpp
LINK histogram-static tdecore-shared
)
|