Change A4 cmake config
This commit is contained in:
parent
38ba9792a3
commit
a6ad3f17a1
8
Assignment4/.idea/cmake.xml
Normal file
8
Assignment4/.idea/cmake.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CMakeSharedSettings">
|
||||
<configurations>
|
||||
<configuration PROFILE_NAME="Debug" ENABLED="true" GENERATION_DIR="build" CONFIG_NAME="Debug" />
|
||||
</configurations>
|
||||
</component>
|
||||
</project>
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.22)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
project(Assignment4 C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
Loading…
Reference in New Issue
Block a user