Build executables conditionally on features (#41)

* Build executables conditionally on features

* Put away examples under a flag
This commit is contained in:
Alexander Bondarenko
2021-03-12 01:59:57 +03:00
committed by GitHub
parent 2eddbdfa04
commit ebd5286e1c
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,3 @@
packages: *.cabal
package dear-imgui
flags: +sdl2 +glfw +opengl2 +opengl3 +vulkan
flags: +sdl2 +glfw +opengl2 +opengl3 +vulkan +examples