Commit 2fdf2475 authored by jbeder's avatar jbeder
Browse files

Patched - removed unnecessary CMake statements

parent ade7e7cd
set(yaml-reader_sources main.cpp tests.cpp)
include_directories(${YAML_CPP_SOURCE_DIR}/include)
link_directories(${YAML_CPP_SOURCE_DIR}/lib)
add_executable(yaml-reader ${yaml-reader_sources})
target_link_libraries(yaml-reader yaml-cpp)
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