Skip to content
Snippets Groups Projects
Commit 141f3934 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix configure

parent c059eadb
No related branches found
No related tags found
No related merge requests found
# Copyright 2010, 2020, François Bleibel, Olivier Stasse, Guilhem Saurel, JRL, # Copyright 2010, 2020, François Bleibel, Olivier Stasse, Guilhem Saurel, JRL,
# CNRS/AIST, LAAS-CNRS # CNRS/AIST, LAAS-CNRS
config_files_cmake(test-paths.h) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/test-paths.h.in
${CMAKE_CURRENT_BINARY_DIR}/test-paths.h)
# Make Boost.Test generates the main function in test cases. # Make Boost.Test generates the main function in test cases.
add_definitions(-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN) add_definitions(-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment