Remove PEO from master
This commit is contained in:
parent
8cd56f37db
commit
948da627ea
185 changed files with 0 additions and 18909 deletions
|
|
@ -1,23 +0,0 @@
|
|||
######################################################################################
|
||||
### 0) Include dependencies
|
||||
######################################################################################
|
||||
|
||||
find_package(LibXml2 REQUIRED)
|
||||
|
||||
######################################################################################
|
||||
### 0) Include subdirectories
|
||||
######################################################################################
|
||||
|
||||
add_subdirectory(doc)
|
||||
add_subdirectory(src)
|
||||
|
||||
if(ENABLE_CMAKE_TESTING)
|
||||
add_subdirectory(test)
|
||||
endif(ENABLE_CMAKE_TESTING)
|
||||
|
||||
if(ENABLE_CMAKE_EXAMPLE)
|
||||
if(${CMAKE_VERBOSE_MAKEFILE})
|
||||
message("PEO Examples :")
|
||||
endif(${CMAKE_VERBOSE_MAKEFILE})
|
||||
add_subdirectory(tutorial)
|
||||
endif(ENABLE_CMAKE_EXAMPLE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue