Add PIC property to RtMemRefUtils (#225)

Co-authored-by: Gheorghe-Teodor Bercea <gt.bercea@gmail.com>
Co-authored-by: Tian Jin <tjingrant@gmail.com>
This commit is contained in:
NathanielMcVicar 2020-07-21 23:15:25 -07:00 committed by GitHub
parent f43f26a79c
commit 1263d01968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ add_library(RtMemRefUtils
RtMemRef.h RtMemRef.h
RtMemRef.cpp RtMemRef.cpp
DataType.h) DataType.h)
set_target_properties(RtMemRefUtils PROPERTIES
POSITION_INDEPENDENT_CODE TRUE)
add_library(ExecutionSession add_library(ExecutionSession
ExecusionSession.hpp ExecusionSession.hpp