Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
arts/mcop_mt/CMakeLists.txt

30 lignes
629 B

#################################################
#
# (C) 2010 Serghei Amelian
# serghei (DOT) amelian (AT) gmail.com
#
# Improvements and feedback are welcome
#
# This file is released under GPL >= 2
#
#################################################
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/flow
${CMAKE_BINARY_DIR}/mcop
${CMAKE_SOURCE_DIR}/flow
${CMAKE_SOURCE_DIR}/mcop
${GLIB2_INCLUDE_DIRS}
)
##### mcop_mt (shared lib ) #####################
tde_add_library( mcop_mt SHARED
SOURCES threads_posix.cc
VERSION 1.0.0
LINK artsflow-shared pthread
DESTINATION ${LIB_INSTALL_DIR}
)