]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/CMakeLists.txt
Update doxgen config and some comments.
[simgear.git] / simgear / misc / CMakeLists.txt
index 89a2f6ade2beed9a2afcae5f2e9e24c9af86783c..16e74bbd6cddecba3953b34496beaa0582d398ab 100644 (file)
@@ -33,6 +33,10 @@ set(SOURCES
     gzcontainerfile.cxx
     )
 
+if (APPLE)
+    list(APPEND SOURCES CocoaHelpers.mm)
+endif()
+
 simgear_component(misc misc "${SOURCES}" "${HEADERS}")
 
 if(ENABLE_TESTS)