Skip to content

Commit

Permalink
CMake: Add compiler/z/env folder
Browse files Browse the repository at this point in the history
Files in compiler/z/env should be compiled when jit is hosted on
or targeting z architecrture

Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
  • Loading branch information
dnakamura committed Oct 15, 2018
1 parent b03cae1 commit d123600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/compiler/z/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ endif()
if(TR_TARGET_ARCH STREQUAL "z")
add_subdirectory(codegen)
endif()

add_subdirectory(env)

0 comments on commit d123600

Please sign in to comment.