Commit 24b06638 authored by Jesse Beder's avatar Jesse Beder
Browse files

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

parent 5139ebf7
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