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