From 27727a2bbaddf829148e201b2c10903a2a1be01f Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 16 May 2007 07:56:56 -0400 Subject: BUG: check in the rest of the changes to move from c to cxx --- Tests/BuildDepends/Project/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/BuildDepends/Project/CMakeLists.txt b/Tests/BuildDepends/Project/CMakeLists.txt index 2546038..f9cbc56 100644 --- a/Tests/BuildDepends/Project/CMakeLists.txt +++ b/Tests/BuildDepends/Project/CMakeLists.txt @@ -1,4 +1,4 @@ project(testRebuild) -add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.c) -add_executable(bar bar.c) +add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.cxx) +add_executable(bar bar.cxx) target_link_libraries(bar foo) -- cgit v0.12