[CMake/CI] Use config_info.cpp for cmake self test

This commit is contained in:
Mike Dev
2018-10-17 12:13:45 +02:00
parent 31653b34c9
commit 344ce6abf9
2 changed files with 1 additions and 4 deletions

View File

@ -11,6 +11,6 @@ project( BoostPreprocessorCMakeSelfTest )
add_subdirectory( .. ${CMAKE_CURRENT_BINARY_DIR}/boost_preprocessor )
add_executable( boost_preprocessor_cmake_self_test cmake_self_test.cpp )
add_executable( boost_preprocessor_cmake_self_test config_info.cpp )
target_link_libraries( boost_preprocessor_cmake_self_test Boost::preprocessor )

View File

@ -1,3 +0,0 @@
#include <boost/preprocessor.hpp>
int main() {}