You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
373 B
10 lines
373 B
2 years ago
|
# This is a hack to handle the ${PROJECT_NAME}_EXTRA_LINK_FLAGS options as a
|
||
|
# TPL that every downstream TPL and package will depend on.
|
||
|
|
||
|
separate_arguments(TPL_${PROJECT_NAME}TribitsLastLib_LIBRARIES NATIVE_COMMAND
|
||
|
"${${PROJECT_NAME}_EXTRA_LINK_FLAGS}")
|
||
|
|
||
|
tribits_tpl_find_include_dirs_and_libraries( ${PROJECT_NAME}TribitsLastLib
|
||
|
REQUIRED_LIBS_NAMES NEVER_USED
|
||
|
)
|