summaryrefslogtreecommitdiffhomepage
path: root/x-plane-plugin/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2019-12-19Fix bundle creation OSXR. van Twisk
2019-12-02Fix XPlane pluginR. van twisk
2019-02-10cmake: use target_{compile,link}_optionsStanislaw Halik
2018-12-24add -fPIC in cmakeStanislaw Halik
2018-12-24cmake, modules: fix project language logic errorsStanislaw Halik
2018-12-08cruftStanislaw Halik
2018-10-27cleanupStanislaw Halik
2018-02-12cmake: remove otr_prop()Stanislaw Halik
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX.
2017-05-16add otr_prop for appending property stringsStanislaw Halik
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2016-12-28x-plane-plugin: fix typo, it was always builtStanislaw Halik
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