Sign in
fuchsia
/
third_party
/
openwsman
/
refs/tags/v2.3.7
/
.
/
src
/
authenticators
/
CMakeLists.txt
blob: d8c828ae457da66d233e4d3838331746282aaa85 [
file
] [
log
] [
blame
]
#
# CMakeLists.txt for openwsman/src/authenticators
#
include_directories
(
$
{
CMAKE_BINARY_DIR
})
add_subdirectory
(
file
)
IF
(
HAVE_PAM
)
add_subdirectory
(
pam
)
ENDIF
(
HAVE_PAM
)