20,741
edits
| Line 118: | Line 118: | ||
a file in the src/ directory will be invoked that matches the name of the package followed by a suffix of ".mk", this ".mk" file does the necessary configuration and Makefile generation of software. | a file in the src/ directory will be invoked that matches the name of the package followed by a suffix of ".mk", this ".mk" file does the necessary configuration and Makefile generation of software. | ||
=== *. | === *.mk file template === | ||
a [[Developing using CMake|CMake-based]] template (e.g. for adding support for [[OpenSceneGraph]], osgEarth, [[SimGear]] and [[FlightGear]] would look like this (with [[Building_using_CMake#Build_Targets|configuration options]] obviously being specific to the corresponding package): | a [[Developing using CMake|CMake-based]] template (e.g. for adding support for [[OpenSceneGraph]], osgEarth, [[SimGear]] and [[FlightGear]] would look like this (with [[Building_using_CMake#Build_Targets|configuration options]] obviously being specific to the corresponding package): | ||