]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/CMakeLists.txt
Ganael Laplanche: fix include dependencies for FreeBSD support
[simgear.git] / simgear / structure / CMakeLists.txt
index 4bb969c7617f28fb08f4c0b7ff8877497dafb552..ebe6be5d0a769341ee37e189a0cb60cdc5c2d9e5 100644 (file)
@@ -1,7 +1,7 @@
 
 include (SimGearComponent)
 
-set(HEADERS 
+set(HEADERS
     OSGUtils.hxx
     OSGVersion.hxx
     SGAtomic.hxx
@@ -13,6 +13,8 @@ set(HEADERS
     SGSmplstat.hxx
     SGWeakPtr.hxx
     SGWeakReferenced.hxx
+    SGPerfMon.hxx
+    singleton.hpp
     Singleton.hxx
     StringTable.hxx
     callback.hxx
@@ -22,13 +24,14 @@ set(HEADERS
     intern.hxx
     subsystem_mgr.hxx
     )
-    
-set(SOURCES 
+
+set(SOURCES
     SGAtomic.cxx
     SGBinding.cxx
     SGExpression.cxx
     SGSmplhist.cxx
     SGSmplstat.cxx
+    SGPerfMon.cxx
     StringTable.cxx
     commands.cxx
     event_mgr.cxx
@@ -36,4 +39,4 @@ set(SOURCES
     subsystem_mgr.cxx
     )
 
-simgear_component(structure structure "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+simgear_component(structure structure "${SOURCES}" "${HEADERS}")