summaryrefslogtreecommitdiffstats
path: root/src/showfoto/setup/CMakeLists.txt
blob: 3755aa43a9a13259240c40771b0ca38b9c65c0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_directories(
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_SOURCE_DIR}/src/utilities/setup
)


##### showfotosetupinternal library (static)

tde_add_library( showfotosetupinternal STATIC_PIC AUTOMOC
  SOURCES setup.cpp setupeditor.cpp setuptooltip.cpp
  LINK showfotosetup-static
)