Browse Source

Tests/CTestTestChecksum: Add missing CMakeLists.txt file

Brad King 1 year ago
parent
commit
47277616d8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Tests/CTestTestChecksum/CMakeLists.txt

+ 3 - 0
Tests/CTestTestChecksum/CMakeLists.txt

@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 3.10)
+project(CTestTestChecksum NONE)
+include(CTest)