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

Updated yaml-reader CMake file

parent 1cde7fbf
set(yaml-reader_sources main.cpp tests.cpp)
file(GLOB yaml-reader_headers *.h)
file(GLOB yaml-reader_sources *.cpp)
add_executable(yaml-reader ${yaml-reader_sources})
add_executable(yaml-reader
${yaml-reader_sources}
${yaml-reader_headers}
)
target_link_libraries(yaml-reader yaml-cpp)
add_test(yaml-reader-test yaml-reader)
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