[mammoth] Rename cmake target to remove _lib

This commit is contained in:
Drew Galbraith 2023-06-26 11:56:09 -07:00
parent 90f33f31c5
commit 380953937f
4 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@ add_executable(yellowstone
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(yellowstone
mammoth_lib
mammoth
glacier
libdenali
)