Fossil SCM

fossil-scm / compat / zlib / contrib / puff / puffConfig.cmake.in
Blame History Raw 19 lines
1
@PACKAGE_INIT@
2
3
set(_puff_supported_components "shared" "static")
4
5
if(puff_FIND_COMPONENTS)
6
foreach(_comp ${puff_FIND_COMPONENTS})
7
if(NOT _comp IN_LIST _puff_supported_components)
8
set(puff_FOUND False)
9
set(puff_NOT_FOUND_MESSAGE "Unsupported component: ${_comp}")
10
endif(NOT _comp IN_LIST _puff_supported_components)
11
12
include("${CMAKE_CURRENT_LIST_DIR}/puff-${_comp}.cmake")
13
endforeach(_comp ${puff_FIND_COMPONENTS})
14
else(puff_FIND_COMPONENTS)
15
foreach(_component_config IN LISTS _puff_supported_components)
16
include("${CMAKE_CURRENT_LIST_DIR}/puff-${_component_config}.cmake")
17
endforeach(_component_config IN LISTS _puff_supported_components)
18
endif(puff_FIND_COMPONENTS)
19

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button