Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2018-12-24 | add -fPIC in cmake | Stanislaw Halik | |
2018-12-24 | cmake, modules: fix project language logic errors | Stanislaw Halik | |
2018-12-08 | cruft | Stanislaw Halik | |
2018-10-27 | cleanup | Stanislaw Halik | |
2018-02-12 | cmake: 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-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2016-12-28 | x-plane-plugin: fix typo, it was always built | Stanislaw Halik | |
2016-09-16 | x-plane-plugin: fix ldflags logic for clang | Stanislaw Halik | |
2016-08-23 | cmake: refactor boilerplate for projects | Stanislaw 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-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-07 | cmake: get rid of duplicate includes | Stanislaw Halik | |
2016-07-06 | proto-wine, x-plane-plugin: fix install prefix | Stanislaw Halik | |
2016-05-23 | cmake/x-plane-plugin: remove typo var name. enough to check for cxx | Stanislaw Halik | |
2016-05-17 | x-plane-plugin: set default visibility. remove linker script. | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |