Skip to content

Commit c725429

Browse files
CMake: set DILIGENT_CORE_FOUND variable
1 parent 699abfc commit c725429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required (VERSION 3.19)
22

33
project(DiligentCore)
44

5+
set(DILIGENT_CORE_FOUND TRUE CACHE INTERNAL "DiligentCore module is found")
6+
57
# Define GNU standard installation directories such as CMAKE_INSTALL_INCLUDEDIR, CMAKE_INSTALL_LIBDIR, etc.
68
include(GNUInstallDirs)
79

0 commit comments

Comments
 (0)