This repository has been archived on 2023-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
PJC-test/CMakeLists.txt

6 lines
92 B
CMake
Raw Permalink Normal View History

2020-06-26 11:36:14 +02:00
cmake_minimum_required(VERSION 3.5)
project(test LANGUAGES C)
add_executable(test main.c)