avs-device-sdk/Storage/SQLiteStorage/test/CMakeLists.txt

8 lines
172 B
CMake

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
set(INCLUDE_PATH
"${SQLiteStorage_SOURCE_DIR}/include")
discover_unit_tests("${INCLUDE_PATH}" SQLiteStorage ".")