cmake
HAVE_DL_OPEN
examples
awslabs/amazon-kinesis-producer
CMakeLists.txt
:144
check_library_exists(dl dlopen
""
HAVE_DL_OPEN)
awslabs/amazon-kinesis-producer
CMakeLists.txt
:147
endif
(
NOT
HAVE_DL_OPEN)