[yellowstone] Use denali client to parse GPT
This commit is contained in:
parent
45cf2115da
commit
36a83b142b
4 changed files with 56 additions and 83 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue