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)
|
project(testRebuild)
|
||||||
add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.c)
|
add_library(foo STATIC ${testRebuild_BINARY_DIR}/foo.cxx)
|
||||||
add_executable(bar bar.c)
|
add_executable(bar bar.cxx)
|
||||||
target_link_libraries(bar foo)
|
target_link_libraries(bar foo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user