2.4.28
This commit is contained in:
@@ -69,11 +69,12 @@ function(myx_add_interface_library TARGET_NAME)
|
||||
set(__exlib "${__lib}_shared")
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
install(TARGETS ${__lib}
|
||||
EXPORT ${TARGET_NAME}Targets
|
||||
COMPONENT DEV)
|
||||
endif()
|
||||
target_link_libraries(${TARGET_NAME} INTERFACE ${__exlib})
|
||||
# install(TARGETS ${__exlib}
|
||||
# EXPORT ${TARGET_NAME}Targets
|
||||
# COMPONENT DEV)
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user