commit | 62e55e5e4b0074a8bf09573373e906db5fb22ec5 | [log] [tgz] |
---|---|---|
author | Klaus Petersen <kape@oticon.com> | Mon Feb 04 12:10:57 2019 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Feb 04 13:14:09 2019 -0500 |
tree | 2225cfed5e14fdfef7c0a352b02a6d43c66064b1 | |
parent | 28c01b6219b4c7d6012d9c7c71471a738f86acb3 [diff] |
Build: Offsets lib as OBJECT not STATIC With the new cmake version, we are able to simplify the generation of the offset object library without using absolute hardcoded paths. Instead of the hardcoded paths, we now use the generator: $<TARGET_OBJECTS:${OFFSETS_LIB}> This is needed to eventually be able to have an arch-out-of-tree build Signed-off-by: Klaus Petersen <kape@oticon.com>