diff options
Diffstat (limited to 'samples/kcalc/knumber')
| -rw-r--r-- | samples/kcalc/knumber/CMakeLists.txt | 7 | ||||
| -rw-r--r-- | samples/kcalc/knumber/tests/CMakeLists.txt | 6 |
2 files changed, 2 insertions, 11 deletions
diff --git a/samples/kcalc/knumber/CMakeLists.txt b/samples/kcalc/knumber/CMakeLists.txt index 77042474..5be3ca14 100644 --- a/samples/kcalc/knumber/CMakeLists.txt +++ b/samples/kcalc/knumber/CMakeLists.txt @@ -8,10 +8,7 @@ ADD_DEFINITIONS(-D_GNU_SOURCE -D_ISOC99_SOURCE ) # added manually ########### next target ############### -SET(knumber_STAT_SRCS -knumber.cpp -knumber_priv.cpp -) +SET(knumber_STAT_SRCS knumber.cpp knumber_priv.cpp ) KDE3_AUTOMOC(${knumber_STAT_SRCS}) @@ -21,8 +18,6 @@ ADD_LIBRARY(knumber STATIC ${knumber_STAT_SRCS}) ########### install files ############### -KDE3_PLACEHOLDER() - #original Makefile.am contents follow: diff --git a/samples/kcalc/knumber/tests/CMakeLists.txt b/samples/kcalc/knumber/tests/CMakeLists.txt index 243de913..72a55b6d 100644 --- a/samples/kcalc/knumber/tests/CMakeLists.txt +++ b/samples/kcalc/knumber/tests/CMakeLists.txt @@ -3,9 +3,7 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/kcalc/knumber ${KDE3_INCLUDE_DIR} ${QT_ ########### next target ############### -SET(knumbertest_SRCS -knumbertest.cpp -) +SET(knumbertest_SRCS knumbertest.cpp ) KDE3_AUTOMOC(${knumbertest_SRCS}) @@ -19,8 +17,6 @@ ENDIF(KDE3_BUILD_TESTS) ########### install files ############### -KDE3_PLACEHOLDER() - #original Makefile.am contents follow: |
