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:
parent
f43f26a79c
commit
1263d01968
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue