Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
93ad823b
Commit
93ad823b
authored
Jul 10, 2011
by
Naumann, Andreas
Browse files
should test before checkin...
parent
118501e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/CMakeLists.txt
View file @
93ad823b
...
...
@@ -15,7 +15,8 @@ foreach(s ${sources})
get_filename_component
(
swe
${
s
}
NAME_WE
)
add_executable
(
${
swe
}
${
s
}
)
target_link_libraries
(
${
swe
}
${
BASIS_LIBS
}
)
install
(
TARGETS
${
swe
}
)
install
(
TARGETS
${
swe
}
RUNTIME DESTINATION bin
)
endforeach
(
s
)
#create the output dir
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment