From 2510f6a6e9b8a754907bb0342fd2feb075092dd0 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Fri, 14 Dec 2018 15:24:42 +0300 Subject: CMake: Move all directory targets into root script --- examples/sdl2_audio/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/sdl2_audio/CMakeLists.txt') 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) -- cgit v1.2.3