-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes lab01 info, it's an RE level after all ;)
- Loading branch information
Showing
9 changed files
with
3 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,4 @@ | ||
cmake_minimum_required(VERSION 2.8) | ||
|
||
# Adds an executable target | ||
add_executable(lab1C lab1C.c) | ||
|
||
add_executable(lab1B lab1B.c) | ||
SET_FLAGS(lab1B "-s") | ||
|
||
add_executable(lab1A lab1A.c) | ||
SET_FLAGS(lab1A "-s") | ||
|
||
# These are the files we want to give students | ||
install(TARGETS lab1C lab1B lab1A DESTINATION "${RELEASE_DIR}/lab01") | ||
install(FILES lab1C lab1B lab1A DESTINATION "${RELEASE_DIR}/lab01") |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.