Skip to content

Commit

Permalink
link arch plugins against jit plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwyng committed Sep 29, 2023
1 parent a09aea8 commit e109ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/ETISSPlugin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ ENDMACRO()

MACRO(ETISSPluginArch ProjName)
ETISSPluginArchName(${ProjName} ${ProjName})
get_property(jitlibs GLOBAL PROPERTY etiss_jitlibs)
TARGET_LINK_LIBRARIES(${PROJECT_NAME} PUBLIC "${jitlibs}")
ENDMACRO()
1 change: 1 addition & 0 deletions src/jitlibs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
MACRO(InstallJitLib TARGET_NAME)
set_property(GLOBAL APPEND PROPERTY etiss_jitlibs ${TARGET_NAME})
INSTALL(TARGETS ${TARGET_NAME} DESTINATION include/jit/etiss/jit)
ENDMACRO()

Expand Down

0 comments on commit e109ba8

Please sign in to comment.