Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: cmake support, examples included #255

Closed
wants to merge 4 commits into from
Closed

build: cmake support, examples included #255

wants to merge 4 commits into from

Commits on Jul 1, 2015

  1. build: cmake support, examples included

    - cmakelist for imgui, installs config module
    - cmakelist for opengl and opengl3 examples
    - cmake-testbuild.sh to test cmake build
    - tested on windows, linux
    Tamas Kenez committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    3fa4adf View commit details
    Browse the repository at this point in the history
  2. build/cmake: install imgui as source files

    - works only with CMake 3.3 or later
    - older CMake still installs static library
    - backward compatible mechanism added for including the user's possibly
      modified imconfig.h without having to install the empty one as
      `imconfig.h`
    tamaskenez committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    d9ced23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a2ad5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. build: cmake improvements

    - move cmake files from root to /cmake
    - add documentation to cmake
    - enable cmake<3.3 to use imgui from sources
    Tamas Kenez committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    6d6dac6 View commit details
    Browse the repository at this point in the history