diff options
author | Wohlstand <admin@wohlnet.ru> | 2018-12-14 15:24:42 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2018-12-14 15:24:42 +0300 |
commit | 2510f6a6e9b8a754907bb0342fd2feb075092dd0 (patch) | |
tree | 7578f1f80e06aefd6769b967b8241d4414a2d14e /examples | |
parent | a4dc55c8e7bc39bfaadab4052d6530a95445946a (diff) | |
download | libADLMIDI-2510f6a6e9b8a754907bb0342fd2feb075092dd0.tar.gz libADLMIDI-2510f6a6e9b8a754907bb0342fd2feb075092dd0.tar.bz2 libADLMIDI-2510f6a6e9b8a754907bb0342fd2feb075092dd0.zip |
CMake: Move all directory targets into root script
Diffstat (limited to 'examples')
-rw-r--r-- | examples/sdl2_audio/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sdl2_audio/CMakeLists.txt b/examples/sdl2_audio/CMakeLists.txt index 32051c8..47924d0 100644 --- a/examples/sdl2_audio/CMakeLists.txt +++ b/examples/sdl2_audio/CMakeLists.txt @@ -1,5 +1,3 @@ -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) - find_package(SDL2 REQUIRED) string(STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES) |