Use tiedpropertylist.hxx in cmake and vc90

This commit is contained in:
Torsten Dreyer
2011-02-06 16:35:15 +01:00
parent 2ee87483f9
commit bda8d34c2b
2 changed files with 5 additions and 1 deletions

View File

@@ -1015,6 +1015,9 @@
RelativePath="..\..\simgear\props\propertyObject.hxx"
>
</File>
<File
RelativePath="..\..\simgear\props\tiedpropertylist.hxx"
>
<File
RelativePath="..\..\simgear\props\props.cxx"
>

View 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}")
simgear_component(props props "${SOURCES}" "${HEADERS}")