chore(examples/ex): move example to library

This commit is contained in:
Leonardo de Moura 2015-05-13 17:07:10 -07:00
parent e0b39079eb
commit 51a30892a1
2 changed files with 0 additions and 6 deletions

View file

@ -263,12 +263,6 @@ ENDIF()
# Python
find_package(PythonInterp REQUIRED)
# Examples
file(GLOB LEANLIB "${LEAN_SOURCE_DIR}/../examples/*.lean")
FOREACH(FILE ${LEANLIB})
install_files(/examples FILES "${FILE}")
ENDFOREACH(FILE)
include_directories(${LEAN_SOURCE_DIR})
# Git HASH