Skip to content

Commit

Permalink
Build helper functions for legate projects, legate-hello example (#571)
Browse files Browse the repository at this point in the history
* Add helper functions to reduce build boilerplate for legate projects

* add hello world into repo and add build tests for external projects

* separate cunumeric example for easier running and fill out doc files
  • Loading branch information
jjwilke authored Mar 2, 2023
1 parent a65d4af commit 847ef92
Show file tree
Hide file tree
Showing 25 changed files with 1,262 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@ if(CMAKE_GENERATOR STREQUAL "Ninja")
endfunction()
add_touch_legate_core_ninja_build_target()
endif()

option(legate_core_EXAMPLE_BUILD_TESTS OFF)
if (legate_core_EXAMPLE_BUILD_TESTS)
add_subdirectory(examples)
endif()
Loading

0 comments on commit 847ef92

Please sign in to comment.