Output libraries to host directory
This commit is contained in:
parent
454524cf72
commit
4bb241ad11
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user