BUG: check in the rest of the changes to move from c to cxx
This commit is contained in:
parent
9338803697
commit
27727a2bba
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue