aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-09-23Don't call "-no-pie" when it's unavailableWohlstand
2019-09-23Set "-no-pie" to all executables built by GCCWohlstand
Otherwise, this happens: https://stackoverflow.com/questions/46551213/gcc-7-2-compiles-shared-library-instead-of-executable
2018-12-15Remove explicit link to stdc++Flamefire
2018-12-13Fix OpenMP handlingAlexander Grund
2018-12-13Improve compiler checksAlexander Grund
2018-12-13Fix SDL2 handlingAlexander Grund
2018-12-13Continue clean-up of CMake buildVitaly Novichkov
2018-12-13Build: Splid the main CMake build scriptVitaly Novichkov
Keep it have library code only but no utils and examples are will be built independently #196