mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 23:10:02 +02:00
added catch for unit testing
This commit is contained in:
parent
fefdf8e7d6
commit
2aa7e7d2ff
@ -9,9 +9,9 @@ option (USE_GUI "GUI" OFF)
|
|||||||
|
|
||||||
|
|
||||||
if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 6.0)
|
if (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 6.0)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++98 -Wno-misleading-indentation")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11 -Wno-misleading-indentation")
|
||||||
else ()
|
else ()
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++98")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
find_package(Qt4)
|
find_package(Qt4)
|
||||||
@ -46,6 +46,9 @@ if (USE_GUI)
|
|||||||
endif()
|
endif()
|
||||||
endif (USE_GUI)
|
endif (USE_GUI)
|
||||||
|
|
||||||
|
if (USE_SUPPORT_LIB)
|
||||||
|
add_subdirectory(slsSupportLib)
|
||||||
|
endif(USE_SUPPORT_LIB)
|
||||||
|
|
||||||
if (CALIBRATE)
|
if (CALIBRATE)
|
||||||
if (DEFINED ENV{ROOTSYS})
|
if (DEFINED ENV{ROOTSYS})
|
||||||
|
13050
catch/catch.hpp
Normal file
13050
catch/catch.hpp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user