mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Patched - removed unnecessary CMake statements
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user