use libxmp instead
This commit is contained in:
parent
4c570131c3
commit
6f8ee4c7ae
26 changed files with 333 additions and 4039 deletions
|
|
@ -14,7 +14,9 @@ function(fb_add_dep TARGET_NAME DEP_NAME)
|
|||
|
||||
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/deps/${DEP_NAME}.cmake")
|
||||
|
||||
add_library(deps::${DEP_NAME} ALIAS ${DEP_NAME})
|
||||
if(NOT TARGET deps::${DEP_NAME})
|
||||
add_library(deps::${DEP_NAME} ALIAS ${DEP_NAME})
|
||||
endif()
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${LINK_SCOPE} deps::${DEP_NAME})
|
||||
endfunction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue