Jpp 21.0.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
km3net-dataformat/build/_deps/km3netcmakesetup-src/examples/makefile-consumer/main.cc
Go to the documentation of this file.
1#include "km3net/makefile-consumer/version.h"
2
3#include <iostream>
4
5int main()
6{
7 if (makefile::consumer::getVersion() != "2.3.4") {
8 return 1;
9 }
10
11 std::cout << makefile::consumer::getVersion() << '\n';
12 return 0;
13}