From: Mathias Froehlich Date: Sat, 7 May 2011 16:32:44 +0000 (+0200) Subject: Also remove visual_enviro.cxx from the cmake build system. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4acbb2a3126a2e4e7712900ff3b05d9e16e32bbc;p=simgear.git Also remove visual_enviro.cxx from the cmake build system. --- 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}")