[CMake] Add self-test for cmake file to travis

This commit is contained in:
Mike Dev
2018-10-16 18:44:57 +02:00
parent dd44e1eea5
commit ee5ed2510d
4 changed files with 31 additions and 0 deletions

3
test/cmake_self_test.cpp Normal file
View File

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