CMakeLists.txt 76 Bytes
Newer Older
Paul's avatar
Paul committed
1
2
3

add_executable(driver main.cpp)
target_link_libraries(driver migraphx_cpu)