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

Add CMake project #1778

Closed
wants to merge 1 commit into from
Closed

Commits on Apr 27, 2018

  1. Add CMake project

    Now implemented:
    - Build ImGui library (CMake's package);
    - Optionaly build implementation (ImGui_BUILD_IMPLEMENTATION option);
    - Optionaly build examples (ImGui_BUILD_EXAMPLES option);
    
    Added examples:
    - opengl2_example;
    - sdl_opengl2_example.
    
    CMake's ImGui package contains targets:
    - ImGui::Library;
    - ImGui::Demo;
    - ImGui::ImplOpenGL2;
    - ImGui::ImplGlfw;
    - ImGui::ImplSDL2.
    
    Users can easy link ImGui::Impl<Xxx> libraries and use example binding
    implementation in custom projects.
    
    Tested with MinGW-w64 and MSVC toolchains.
    podsvirov committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    90524e3 View commit details
    Browse the repository at this point in the history