chore(examples/ex): move example to library
This commit is contained in:
parent
e0b39079eb
commit
51a30892a1
2 changed files with 0 additions and 6 deletions
|
@ -263,12 +263,6 @@ ENDIF()
|
||||||
# Python
|
# Python
|
||||||
find_package(PythonInterp REQUIRED)
|
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})
|
include_directories(${LEAN_SOURCE_DIR})
|
||||||
|
|
||||||
# Git HASH
|
# Git HASH
|
||||||
|
|
Loading…
Reference in a new issue