]> git.mxchange.org Git - simgear.git/commitdiff
Also remove visual_enviro.cxx from the cmake build system.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 7 May 2011 16:32:44 +0000 (18:32 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 7 May 2011 16:32:44 +0000 (18:32 +0200)
simgear/environment/CMakeLists.txt

index dda4431ed85fe034552b6548227853da7b944256..5a4dce1e101760c84c5a01e7ad6ed014b623062b 100644 (file)
@@ -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}")