mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Changed output library directory to /lib (in the source directory) - this makes more sense
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
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
|
||||||
|
Reference in New Issue
Block a user