Skip to content
Snippets Groups Projects
Commit 0fc8f950 authored by Andre Sailer's avatar Andre Sailer Committed by Marko Petric
Browse files

CMake: Set Project for examples

parent 11e6be18
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
# M.Frank, CERN, 2015: Adapt to new cmake scripts # M.Frank, CERN, 2015: Adapt to new cmake scripts
#========================================================================== #==========================================================================
cmake_minimum_required(VERSION 3.3 FATAL_ERROR) cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
project( DD4hep_Examples )
option(BUILD_TESTING "Enable and build tests" ON) option(BUILD_TESTING "Enable and build tests" ON)
option(CMAKE_MACOSX_RPATH "Build with rpath on macos" ON) option(CMAKE_MACOSX_RPATH "Build with rpath on macos" ON)
# #
......
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