You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-style-ia-ora/src/gtk/engine/CMakeLists.txt

21 lines
344 B

include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
${GTK_INCLUDE_DIRS}
)
link_directories(
${GTK_LIBDIR}
)
tde_add_library(ia_ora SHARED
SOURCES
ia_ora_theme_draw.c
ia_ora_theme_main.c
ia_ora_rc_style.c
LINK ${GTK_LIBRARIES}
DESTINATION ${INSTALL_PATH_GTK_ENGINES}
)