[yellowstone] Use denali client to parse GPT

This commit is contained in:
Drew Galbraith 2023-06-19 22:58:00 -07:00
parent 45cf2115da
commit 36a83b142b
4 changed files with 56 additions and 83 deletions

View file

@ -4,12 +4,12 @@ add_executable(yellowstone
yellowstone.cpp
)
target_include_directories(yellowstone
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
"${CMAKE_CURRENT_SOURCE_DIR}/../denali/include/")
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(yellowstone
cxx
mammoth_lib
libdenali
)
set_target_properties(yellowstone PROPERTIES