X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FCMakeLists.txt;h=f66ec15a8ee78cf3ff8a8bf38911a4c9062d5c2e;hb=66c9187c95fb6861d9737f135fdf68d1bfa265f3;hp=ef71ed50f34b5da6c7152bec59119c470179af95;hpb=57a3b0fd1e0af0eb032bb426655a3af037cf5f01;p=simgear.git diff --git a/simgear/math/CMakeLists.txt b/simgear/math/CMakeLists.txt index ef71ed50..f66ec15a 100644 --- a/simgear/math/CMakeLists.txt +++ b/simgear/math/CMakeLists.txt @@ -29,15 +29,14 @@ set(HEADERS leastsqs.hxx sg_geodesy.hxx sg_types.hxx - sg_random.h + sg_random.h ) set(SOURCES - SGGeod.cxx SGGeodesy.cxx interpolater.cxx leastsqs.cxx - sg_random.c + sg_random.c ) simgear_component(math math "${SOURCES}" "${HEADERS}")