mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-23 20:57:38 -05:00
Added test for CPM-specific CMakeCache values
This commit is contained in:
7
test/integration/templates/no-deps/lists.in.cmake
Normal file
7
test/integration/templates/no-deps/lists.in.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
|
||||
|
||||
project(no-deps)
|
||||
|
||||
include("%{cpm_path}")
|
||||
|
||||
add_executable(no-deps main.c)
|
||||
Reference in New Issue
Block a user