Skip to content
Snippets Groups Projects
Commit 2812b33c authored by Vincent Templier's avatar Vincent Templier
Browse files

Add TESTS option in CMakeLists

parent 927ee3db
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.11) ...@@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.11)
project(Aidge) project(Aidge)
option(PYBIND "python binding" ON) option(PYBIND "python binding" ON)
option(TESTS "tests generation" OFF)
# Add compile time reducer # Add compile time reducer
include("${CMAKE_CURRENT_LIST_DIR}/cmake/cotire.cmake") include("${CMAKE_CURRENT_LIST_DIR}/cmake/cotire.cmake")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment