aboutsummaryrefslogtreecommitdiff
path: root/examples/sdl2_audio
AgeCommit message (Collapse)Author
2021-01-14SDL2 Audio example: attempt to fix a conflict with the MIDI Player toolWohlstand
2021-01-09Tune the SDL2 Audio C exampleWohlstand
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-17Fixed C++98 and C90 warnings, also CLang rpath warningVitaly Novichkov
2018-12-15Remove explicit link to stdc++Flamefire
2018-12-14CMake: Move all directory targets into root scriptWohlstand
2018-12-14Continue CMake clean-upVitaly Novichkov
2018-12-13Optimize targets and related checksAlexander Grund
2018-12-13Fix SDL2 handlingAlexander Grund
2018-12-13Revert "Put back "find_library" of SDL2"Alexander Grund
This reverts commit c43c8b1293f1766abfef5689c8d21fb0fd124f6f.
2018-12-13Put back "find_library" of SDL2Vitaly Novichkov
Unfortunately, the "find_package" fails on some cases
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