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.
12 lines
328 B
12 lines
328 B
@PACKAGE_INIT@
|
|
|
|
set(RELOC_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
|
set(RELOC_SHARE_DIR "@PACKAGE_SHARE_INSTALL_DIR@")
|
|
set_and_check(RELOC_BUILD_DIR "@PACKAGE_CURRENT_BUILD_DIR@")
|
|
|
|
set(Relocatable_AComp_FOUND TRUE)
|
|
set(Relocatable_BComp_FOUND FALSE)
|
|
set(Relocatable_CComp_FOUND FALSE)
|
|
|
|
check_required_components(Relocatable)
|