Skip to content

Commit

Permalink
Reorganized examples, write up design doc, and clean up type safety i…
Browse files Browse the repository at this point in the history
…n binop
  • Loading branch information
JamesYang007 committed Jul 15, 2020
1 parent 37e0e0e commit 128964c
Show file tree
Hide file tree
Showing 15 changed files with 381 additions and 273 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ endif()

# Compile examples if enabled
if (AUTOPPL_ENABLE_EXAMPLE)
add_subdirectory(${PROJECT_SOURCE_DIR}/docs/example ${PROJECT_BINARY_DIR}/example)
add_subdirectory(${PROJECT_SOURCE_DIR}/example ${PROJECT_BINARY_DIR}/example)
endif()
Loading

0 comments on commit 128964c

Please sign in to comment.