[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

@ -13,7 +13,7 @@ target_include_directories(denali
target_link_libraries(denali
glacier
mammoth_lib
mammoth
yellowstonestub
)
@ -31,7 +31,7 @@ target_include_directories(libdenali
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(libdenali
mammoth_lib)
mammoth)
set_target_properties(libdenali PROPERTIES
COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${BASE_COMPILE_FLAGS}"

View file

@ -7,7 +7,7 @@ target_include_directories(victoriafalls
target_link_libraries(victoriafalls
glacier
mammoth_lib
mammoth
)
set_target_properties(victoriafalls PROPERTIES

View file

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