mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
BUG: check in the rest of the changes to move from c to cxx
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user