選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
arts/mcopidl/CMakeLists.txt

31 行
630 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}/mcop # for arts_export.h
${CMAKE_SOURCE_DIR}/mcop # for common.h
)
##### mcopidl ###################################
set( target mcopidl )
set( ${target}_SRCS
mcopidl.cpp yacc.cpp scanner.cpp namespace.cpp
)
tde_add_executable( ${target}
SOURCES ${${target}_SRCS}
LINK mcop-shared
DESTINATION ${BIN_INSTALL_DIR}
)