xref: /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/cmake/BuildOptions.cmake (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1include(CMakeDependentOption)
2
3cmake_dependent_option(RKAIQ_ENABLE_ASAN "Build libraries/executable with address santilizer" OFF "WIN32" OFF)
4