cmake: set the output directory once

This commit is contained in:
Ben Boeckel 2015-11-12 21:32:36 -05:00
parent 4714262c3d
commit 2e9183e4de
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ find_package(Pango REQUIRED)
include(Wayland)
WAYLAND_ADD_PROTOCOL_CLIENT(proto-xdg-shell "xdg-shell.xml" xdg-shell)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "../bin/")
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../include
${WAYLAND_CLIENT_INCLUDE_DIR}