Commit 947356a6 authored by jbeder's avatar jbeder
Browse files

Changed output library directory to /lib (in the source directory) - this makes more sense

parent fcab73a9
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 2.6)
project (YAML_CPP) project (YAML_CPP)
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
set(PUB_HDR set(PUB_HDR
include/crt.h include/crt.h
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment