Commit e06104d7 authored by Jesse Beder's avatar Jesse Beder
Browse files

Patched - removed unnecessary CMake statements

parent 67f49d96
set(yaml-reader_sources main.cpp tests.cpp) 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}) add_executable(yaml-reader ${yaml-reader_sources})
target_link_libraries(yaml-reader yaml-cpp) 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