[mammoth] Rename cmake target to remove _lib
This commit is contained in:
parent
90f33f31c5
commit
380953937f
4 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
add_library(mammoth_lib STATIC
|
||||
add_library(mammoth STATIC
|
||||
src/channel.cpp
|
||||
src/debug.cpp
|
||||
src/endpoint_client.cpp
|
||||
|
|
@ -12,16 +12,16 @@ add_library(mammoth_lib STATIC
|
|||
src/thread.cpp
|
||||
)
|
||||
|
||||
target_include_directories(mammoth_lib
|
||||
target_include_directories(mammoth
|
||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
||||
|
||||
target_link_libraries(mammoth_lib
|
||||
target_link_libraries(mammoth
|
||||
glacier
|
||||
c
|
||||
zion_lib)
|
||||
|
||||
set_target_properties(mammoth_lib PROPERTIES
|
||||
set_target_properties(mammoth PROPERTIES
|
||||
COMPILE_FLAGS "${CMAKE_CXX_FLAGS} ${BASE_COMPILE_FLAGS}"
|
||||
LINK_FLAGS "${CMAKE_EXE_LINK_FLAGS} ${BASE_LINK_FLAGS}"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue