Warning, /sdk/kde-dev-scripts/cmake-utils/samples/kcalc/knumber/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/kcalc/knumber ${KDE3_INCLUDE_DIR} ${QT_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}  )
0002 
0003 
0004 ########### next target ###############
0005 
0006 SET(knumbertest_SRCS knumbertest.cpp )
0007 
0008 KDE3_AUTOMOC(${knumbertest_SRCS})
0009 
0010 IF(KDE3_BUILD_TESTS)
0011 KDE3_ADD_EXECUTABLE(knumbertest ${knumbertest_SRCS})
0012 
0013 TARGET_LINK_LIBRARIES(knumbertest  ${QT_AND_KDECORE_LIBS} )
0014 
0015 ENDIF(KDE3_BUILD_TESTS)
0016 
0017 ########### install files ###############
0018 
0019 
0020 
0021 
0022 #original Makefile.am contents follow:
0023 
0024 ##    This file is part of the KDE libraries
0025 ##    Copyright (C) 1996-1997 Matthias Kalle Dalheimer (kalle@kde.org)
0026 ##              (C) 1997-1998 Stephan Kulow (coolo@kde.org)
0027 #
0028 ##    This library is free software; you can redistribute it and/or
0029 ##    modify it under the terms of the GNU Library General Public
0030 ##    License as published by the Free Software Foundation; either
0031 ##    version 2 of the License, or (at your option) any later version.
0032 #
0033 ##    This library is distributed in the hope that it will be useful,
0034 ##    but WITHOUT ANY WARRANTY; without even the implied warranty of
0035 ##    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0036 ##    Library General Public License for more details.
0037 #
0038 ##    You should have received a copy of the GNU Library General Public License
0039 ##    along with this library; see the file COPYING.LIB.  If not, write to
0040 ##    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
0041 ##    Boston, MA 02110-1301, USA.
0042 #
0043 #INCLUDES = -I$(top_srcdir)/kcalc/knumber $(all_includes)
0044 #
0045 #check_PROGRAMS = knumbertest
0046 #
0047 #TESTS = knumbertest
0048 #
0049 #noinst_HEADERS = knumbertest.h
0050 #
0051 #METASOURCES = AUTO
0052 #
0053 #knumbertest_SOURCES = knumbertest.cpp
0054 #knumbertest_LDADD = ../libknumber.la $(LIB_QT) $(LIBGMP)
0055 #knumbertest_LDFLAGS = $(all_libraries) $(KDE_RPATH)