-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake: use params for DefineCAmkESVMFileServer() #37
base: master
Are you sure you want to change the base?
Conversation
1569dc6
to
764b64d
Compare
c4726df
to
26ea104
Compare
a9937d1
to
9c5e914
Compare
d1e6a05
to
d0850ae
Compare
45fb398
to
91b2346
Compare
Can we merge this, now that seL4/camkes-vm#31 has been merged? Note that As a side effect, this stops using the CMake wrapper function |
53f9aa8
to
61c1b4b
Compare
2ffde46
to
c41b312
Compare
b4c12e4
to
33b1b86
Compare
0c49f19
to
e8c003c
Compare
Signed-off-by: Axel Heider <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
- avoid calling AddToFileServer(), build the file list as CMake variable instead. - clean up the CMake target dependencies, avoid explicit references to (helper) targets, when this is not necessary. Signed-off-by: Axel Heider <[email protected]>
Use the new version of
DefineCAmkESVMFileServer()
that accpts files as parameters. This allows doing everything in one call.This needs at least seL4/camkes-vm#31 to get the functionality, but must also work with seL4/camkes-vm#76 that removes the obsolete CMake function
AddToFileServer()
.Test with: seL4/camkes-vm#76, seL4/seL4_tools#151