Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AT90USB1286 AVR-GCC CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Scrase
AT90USB1286 AVR-GCC CMake
Commits
6ff3533d
Commit
6ff3533d
authored
7 years ago
by
Jacob
Browse files
Options
Downloads
Patches
Plain Diff
Note about reloading CMake project
parent
650feef3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+6
-4
6 additions, 4 deletions
CMakeLists.txt
with
6 additions
and
4 deletions
CMakeLists.txt
+
6
−
4
View file @
6ff3533d
...
...
@@ -14,16 +14,18 @@
# For use by Computer System 2 Students at the University of Southampton
# All settings are based on an at90usb1286 chip, using dfu-programmer as the upload tool
#
# N.B.: The CMake proejct needs to be reloaded every time a new source file is created
#
# Setup Instructions (CLion):
# create a new CLion project
# Set the cmake_minimum_required on line 3
5
to the version of cmake you are using e.g. "cmake_minimum_required(VERSION 3.0)"
# Set the name on line 5
7
of this file to the CLion project name you set above e.g. "project(Week4_task C)"
# Set the cmake_minimum_required on line 3
7
to the version of cmake you are using e.g. "cmake_minimum_required(VERSION 3.0)"
# Set the name on line 5
9
of this file to the CLion project name you set above e.g. "project(Week4_task C)"
# copy this and the generic-gcc-avr.cmake into the root folder directory of the CLion project overwriting any conflicts
# Reload the CMake project in CLion
#
# Setup Instructions (general):
# Set the cmake_minimum_required on line 3
5
to the version of cmake you are using e.g. "cmake_minimum_required(VERSION 3.0)"
# Set the name on line
49
of this file to anything you like e.g. "project(Week4_task C)"
# Set the cmake_minimum_required on line 3
7
to the version of cmake you are using e.g. "cmake_minimum_required(VERSION 3.0)"
# Set the name on line
51
of this file to anything you like e.g. "project(Week4_task C)"
#
# Any issues you can email me at jb21g14@soton.ac.uk or create an issue in the github project
##################################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment