Skip to content
Snippets Groups Projects
Commit 489752e0 authored by Tobias Winchen's avatar Tobias Winchen
Browse files

Enable make test

parent 6c236e35
Branches
No related tags found
No related merge requests found
# project name and specify the minumum cmake version. # project name and specify the minumum cmake version.
project (psrdada_cpp CXX) project (psrdada_cpp CXX)
cmake_minimum_required (VERSION 3.0) cmake_minimum_required (VERSION 3.0)
enable_testing()
# The version number. # The version number.
set (psrdada_cpp_VERSION_MAJOR 0) set (psrdada_cpp_VERSION_MAJOR 0)
...@@ -65,4 +66,4 @@ if (DEBUG_PRINT) ...@@ -65,4 +66,4 @@ if (DEBUG_PRINT)
message(STATUS " Other: ${CMAKE_INSTALL_PREFIX}/${MODULES_INSTALL_DIR}") message(STATUS " Other: ${CMAKE_INSTALL_PREFIX}/${MODULES_INSTALL_DIR}")
message(STATUS "****************************************************************************") message(STATUS "****************************************************************************")
message(STATUS "") message(STATUS "")
endif (DEBUG_PRINT) endif (DEBUG_PRINT)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment