Patched - removed unnecessary CMake statements
This commit is contained in:
parent
ea21bf2c56
commit
98587643d1
@ -1,6 +1,4 @@
|
|||||||
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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user