summaryrefslogtreecommitdiffstats
path: root/src/libs/jpegutils/CMakeLists.txt
blob: c324edceeb0bccfbda1ea53f301eb401fce9ec83 (plain)
1
2
3
4
5
6
7
8
9
10
include_directories(
  ${CMAKE_CURRENT_SOURCE_DIR}
)

##### jpegutils library (static)

tde_add_library( jpegutils STATIC_PIC
  SOURCES jpegutils.cpp transupp.cpp
  LINK tdecore-shared ${JPEG_LIBRARIES}
)