Files
CPM.cmake/test/integration/templates/no-deps/lists.in.cmake

8 lines
123 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
project(no-deps)
include("%{cpm_path}")
add_executable(no-deps main.c)