From: Torsten Dreyer Date: Sun, 6 Feb 2011 15:35:15 +0000 (+0100) Subject: Use tiedpropertylist.hxx in cmake and vc90 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bda8d34c2be22628e4641ef14985d3cd2cb51b90;p=simgear.git Use tiedpropertylist.hxx in cmake and vc90 --- diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index 69d97775..ba0a524f 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -1015,6 +1015,9 @@ RelativePath="..\..\simgear\props\propertyObject.hxx" > + diff --git a/simgear/props/CMakeLists.txt b/simgear/props/CMakeLists.txt index 20461af7..f57b9253 100644 --- a/simgear/props/CMakeLists.txt +++ b/simgear/props/CMakeLists.txt @@ -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}")