Update CMake to a more modern module management system and create simple test based on imgui null example

This commit is contained in:
Leonardo Mariscal
2019-07-31 19:30:36 -05:00
parent ccf494d1c3
commit 14e8be9af1
8 changed files with 93 additions and 47 deletions

View File

@@ -1,11 +1,17 @@
language: cpp
dist: trusty
os:
- linux
- osx
compiler:
- gcc
- clang
script:
make
- mkdir bld
- cd bld
- cmake -D CIMGUI_TEST=1 ..
- make
- ./cimgui_test