From b0745f542bc5ff8332c1f8445e7181279d12aefe Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 13 Jan 2004 17:08:46 +0000 Subject: [PATCH] remove problem of CVS. please use cvs -C to resolve conflicts --- Testing/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 9e49ddfc..aff9d67a 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -25,17 +25,6 @@ INCLUDE_DIRECTORIES( ${GDCM_SOURCE_DIR}/src/ ) -<<<<<<< CMakeLists.txt -SET(dcm2acr_SOURCES - dcm2acr.cxx -) -ADD_EXECUTABLE(dcm2acr ${dcm2acr_SOURCES}) - -SET(explDICOMDIR_SOURCES - explDICOMDIR.cxx -) -ADD_EXECUTABLE(explDICOMDIR ${explDICOMDIR_SOURCES}) -======= # Loop over files and create executables FOREACH(file ${TEST_SOURCES}) #Doh ! I need to specify each time the compile flags ! @@ -49,4 +38,3 @@ FOREACH(file ${TEST_SOURCES}) ADD_EXECUTABLE(${name} ${file}) TARGET_LINK_LIBRARIES(${name} gdcm) ENDFOREACH(file ${TEST_SOURCES}) ->>>>>>> 1.4 -- 2.48.1