diff options
Diffstat (limited to 'view/sharedcache/api/CMakeLists.txt')
| -rw-r--r-- | view/sharedcache/api/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/sharedcache/api/CMakeLists.txt b/view/sharedcache/api/CMakeLists.txt index 68d891bb..a1620365 100644 --- a/view/sharedcache/api/CMakeLists.txt +++ b/view/sharedcache/api/CMakeLists.txt @@ -1,7 +1,7 @@ -cmake_minimum_required(VERSION 3.13 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15 FATAL_ERROR) project(sharedcacheapi) -file(GLOB BN_MACHO_API_SOURCES *.cpp *.h) +file(GLOB BN_MACHO_API_SOURCES CONFIGURE_DEPENDS *.cpp *.h) add_library(sharedcacheapi OBJECT ${BN_MACHO_API_SOURCES}) |
