summaryrefslogtreecommitdiff
path: root/test cases/common/178 bothlibraries/foo.cpp
AgeCommit message (Collapse)Author
2022-10-31both_libraries: Make sure to select the right linker for static libXavier Claessens
Regression test: libccpp has both C and C++ sources. The executable only has C sources. It should still link using the C++ compiler. When using both_libraries the static has no sources and thus no compilers, resulting in the executable linking using the C compiler. https://github.com/Netflix/vmaf/issues/1107