]> git.mxchange.org Git - simgear.git/commitdiff
Use tiedpropertylist.hxx in cmake and vc90
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 6 Feb 2011 15:35:15 +0000 (16:35 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 6 Feb 2011 15:35:15 +0000 (16:35 +0100)
projects/VC90/SimGear.vcproj
simgear/props/CMakeLists.txt

index 69d97775dfc988eaead80d463cbb6e9b1b9b9c67..ba0a524f2eb08f9bdfa6df3938ce634ba984ebd6 100644 (file)
                                RelativePath="..\..\simgear\props\propertyObject.hxx"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath="..\..\simgear\props\tiedpropertylist.hxx"\r
+                               >\r
                        <File\r
                                RelativePath="..\..\simgear\props\props.cxx"\r
                                >\r
index 20461af7e2fa9b052d58d801d4dce5f9c3aa33b0..f57b9253dd647c87722bfa53f9ac71194cda6e25 100644 (file)
@@ -8,6 +8,7 @@ set(HEADERS
     propertyObject.hxx
     props.hxx
     props_io.hxx
+    tiedpropertylist.hxx
     )
 
 set(SOURCES 
@@ -18,4 +19,4 @@ set(SOURCES
     props_io.cxx
     )
 
-simgear_component(props props "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+simgear_component(props props "${SOURCES}" "${HEADERS}")