Skip to content

Commit

Permalink
feat: add tips on how to add user configuration for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Feb 1, 2024
1 parent 95f955f commit 54f55b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/resources/templates/gcc/CMakeLists_template.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#${templateWarning}
#Add the user configuration to CMakeProjectConfig.cmake if necessary.
cmake_minimum_required(VERSION 3.21)
project(${projectName} C CXX ASM)

Expand Down

0 comments on commit 54f55b5

Please sign in to comment.