Change CMake paths for asm_offset.
authorDan Sinclair <dsinclair@chromium.org>
Wed, 11 Sep 2019 13:49:10 +0000 (09:49 -0400)
committerLenny Komow <lenny@lunarg.com>
Wed, 11 Sep 2019 17:38:10 +0000 (11:38 -0600)
commit74784449990da418bfe1ba81c4b086f807322f25
treeb69a3fae3f365d69aa5d47a5030e674b6476634a
parentf6933315bbbf6855f477ef80aff44888e3ddb3bf
Change CMake paths for asm_offset.

The current Unix configuration for the asm_offset program uses the
CMAKE_CURRENT_BINARY_DIR as the path prefix. This breaks if the loaders
are used in a third_party repository. This CL removes the path prefixes
from the asm_offset command, which makes it the same as how Windows is
configured.
loader/CMakeLists.txt