summaryrefslogtreecommitdiffhomepage
path: root/x-plane-plugin/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-09-16x-plane-plugin: fix ldflags logic for clangStanislaw Halik
2016-08-23cmake: refactor boilerplate for projectsStanislaw Halik
Don't rely on a macro that shouldn't be necessary. The information "opentrack_boilerplate" retrieves is now factored out to be easily available to projects themselves. opentrack_boilerplate can now also build executables. When appropriate, target properties are now concatenated rather than replaced.
2016-07-19cmake: install source code as wellStanislaw Halik
2016-07-07cmake: get rid of duplicate includesStanislaw Halik
2016-07-06proto-wine, x-plane-plugin: fix install prefixStanislaw Halik
2016-05-23cmake/x-plane-plugin: remove typo var name. enough to check for cxxStanislaw Halik
2016-05-17x-plane-plugin: set default visibility. remove linker script.Stanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224