BUG: check in the rest of the changes to move from c to cxx

This commit is contained in:
Andy Cedilnik 2007-05-16 07:56:56 -04:00
parent 9338803697
commit 27727a2bba
1 changed files with 2 additions and 2 deletions

View File

@ -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)