mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 19:57:14 +02:00
[CMake/CI] Use config_info.cpp for cmake self test
This commit is contained in:
@ -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 )
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
#include <boost/preprocessor.hpp>
|
||||
|
||||
int main() {}
|
Reference in New Issue
Block a user