[CMake] Add self-test for cmake

This commit is contained in:
Mike Dev
2018-12-07 11:21:51 +01:00
parent 85e33cd138
commit e5f4af3dd2
3 changed files with 30 additions and 0 deletions

5
test/test_cmake/main.cpp Normal file
View File

@ -0,0 +1,5 @@
#include <boost/array.hpp>
int main() {
boost::array<int,5> a{};
}