"...composable_kernel_rocm.git" did not exist on "c5ad2e8075ccaf3457a41884b25f3dbe85bf251c"
Commit 6e1fc798 authored by jbeder's avatar jbeder
Browse files

Updated yaml-reader CMake file

parent ec578d45
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