Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fehlersuche_U7
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Gräbner
Fehlersuche_U7
Commits
b7e56fc9
Commit
b7e56fc9
authored
8 years ago
by
Peter Wägemann
Browse files
Options
Downloads
Patches
Plain Diff
Add target sim, which is an alias for run
parent
62186612
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
02_filter/emu/CMakeLists.txt
+8
-0
8 additions, 0 deletions
02_filter/emu/CMakeLists.txt
with
8 additions
and
0 deletions
02_filter/emu/CMakeLists.txt
+
8
−
0
View file @
b7e56fc9
...
...
@@ -82,6 +82,14 @@ add_custom_target(run
WORKING_DIRECTORY
${
PROJECT_BINARY_DIR
}
)
# make sim as alias for make run
add_custom_target
(
sim
DEPENDS
${
ISOFILE
}
${
TGT
}
COMMAND echo
"Running
${
ISOFILE
}
..."
COMMAND
${
STARTUP_SCRIPTS
}
/qrun.sh
WORKING_DIRECTORY
${
PROJECT_BINARY_DIR
}
)
add_custom_target
(
ddd
# Start Qemu in Debug mode.
DEPENDS
${
TGT
}
...
...
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