]> 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 e5ff687a519f0489769670e8882b82556aabd17f..ebe6be5d0a769341ee37e189a0cb60cdc5c2d9e5 100644 (file)
@@ -1,7 +1,7 @@
 
 include (SimGearComponent)
 
-set(HEADERS 
+set(HEADERS
     OSGUtils.hxx
     OSGVersion.hxx
     SGAtomic.hxx
@@ -14,6 +14,7 @@ set(HEADERS
     SGWeakPtr.hxx
     SGWeakReferenced.hxx
     SGPerfMon.hxx
+    singleton.hpp
     Singleton.hxx
     StringTable.hxx
     callback.hxx
@@ -23,8 +24,8 @@ set(HEADERS
     intern.hxx
     subsystem_mgr.hxx
     )
-    
-set(SOURCES 
+
+set(SOURCES
     SGAtomic.cxx
     SGBinding.cxx
     SGExpression.cxx
@@ -38,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}")