diff --git a/xplat/CMakeLists.txt b/xplat/CMakeLists.txt index f8aeb500c..bb9e9a2d3 100644 --- a/xplat/CMakeLists.txt +++ b/xplat/CMakeLists.txt @@ -16,7 +16,7 @@ set(DOUBLECONVERSION_DIR ${external_DIR}/double-conversion/double-conversion-3.0 set(OPENSSL_DIR ${external_DIR}/OpenSSL/openssl-1.1.0h/) list(APPEND dir_list ./) -list(APPEND dir_list ./Sonar) +list(APPEND dir_list ./Flipper) include_directories(${dir_list})