blob: 52677f345d0e39432f328ee2cb6840c54a280ea0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/kernel/include
${CMAKE_BINARY_DIR}
)
##### codecs
tde_add_library( kls_gif SHARED AUTOMOC
SOURCES fmt_codec_gif.cpp
LINK ksquirrel-libs-shared ${GIF_LIBRARIES}
VERSION 0.8.0
DESTINATION ${LIB_INSTALL_DIR}/ksquirrel-libs
)
|