mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-10 04:51:17 +00:00
Renamed yaml-reader test
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
file(GLOB yaml-reader_headers [a-z]*.h)
|
||||
file(GLOB yaml-reader_sources [a-z]*.cpp)
|
||||
|
||||
add_executable(yaml-reader
|
||||
${yaml-reader_sources}
|
||||
${yaml-reader_headers}
|
||||
)
|
||||
target_link_libraries(yaml-reader yaml-cpp)
|
||||
|
||||
add_test(yaml-reader-test yaml-reader)
|
Reference in New Issue
Block a user