7db8ed17c4
If GPerfTools and/or the SYSTEM_SQLITE options are enabled, the test suite fails to build (GPerfTools is not linked explicitly in CMakeLists.txt, but becomes required by SimGear, so the linker failes with an "undefined reference" error; the SQLite library the test suite links against is always hardcoded to the FG-provided one). This patch adds the GPerfTools library to the target link libraries (if the profiler is enabled) and links to the system SQLite library whenever SYSTEM_SQLITE is enabled. |
||
---|---|---|
.. | ||
.gitignore | ||
alcinfo.cxx | ||
CMakeLists.txt | ||
est-epsilon.cxx | ||
fake_sgPrecipitation.cxx | ||
fake_sgSky.cxx | ||
fake_sgSky.hxx | ||
fake_sound.cxx | ||
fgTestDriver.cxx | ||
gl-info.cxx | ||
test-env-map.cxx | ||
test-gethostname.cxx | ||
test-mktime.cxx | ||
test-text.cxx | ||
test-up.cxx | ||
test_flightplan.cxx | ||
test_navaids2.cxx | ||
testStubs.cxx | ||
unitTestHelpers.cxx | ||
unitTestHelpers.hxx |