From bda8d34c2be22628e4641ef14985d3cd2cb51b90 Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Sun, 6 Feb 2011 16:35:15 +0100 Subject: [PATCH] Use tiedpropertylist.hxx in cmake and vc90 --- projects/VC90/SimGear.vcproj | 3 +++ simgear/props/CMakeLists.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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}") -- 2.39.5