generated from Sithas/conan_template
Подготовка сборки
(cherry picked from commit 5236472160628ecf65b8934cd688738c1eed5561)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
int main() {
|
||||
std::cout << "Boost version: " << BOOST_LIB_VERSION << "\n";
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user