X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fenvironment%2FCMakeLists.txt;h=5a4dce1e101760c84c5a01e7ad6ed014b623062b;hb=778cc4c4352484a3d4d9191c7b19d51512565bda;hp=dda4431ed85fe034552b6548227853da7b944256;hpb=b9a34b1b05ce9cab1b4b67816d7d24bd2bc364b7;p=simgear.git diff --git a/simgear/environment/CMakeLists.txt b/simgear/environment/CMakeLists.txt index dda4431e..5a4dce1e 100644 --- a/simgear/environment/CMakeLists.txt +++ b/simgear/environment/CMakeLists.txt @@ -1,7 +1,7 @@ include (SimGearComponent) -set(HEADERS metar.hxx visual_enviro.hxx precipitation.hxx) -set(SOURCES metar.cxx visual_enviro.cxx precipitation.cxx) +set(HEADERS metar.hxx precipitation.hxx) +set(SOURCES metar.cxx precipitation.cxx) simgear_component(environment environment "${SOURCES}" "${HEADERS}")