Output libraries to host directory

This commit is contained in:
Andrew Schwartzmeyer 2016-03-28 14:04:36 -07:00
parent 454524cf72
commit 4bb241ad11

View File

@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 2.8.4)
project(PSL-NATIVE)
add_compile_options(-std=c++11 -Wall -Werror)
set(LIBRARY_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/../Microsoft.PowerShell.Linux.Host")
# test in BUILD_DIR
enable_testing()