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

CMake improvements #57

Merged
merged 1 commit into from
Sep 9, 2017
Merged

Commits on Sep 8, 2017

  1. CMake improvements

    * Installation working as a configuration package
    * Fix source listing to not use GLOB per CMake recommendation. Files
      are listed explicitly in `source_files.cmake` so that if file listing
      changes, CMake can detect it and regenerate as needed.
    * Added debug postfix for libs for side-by-side installation of different
      build variants (`libzxing.lib` and `libzxing-debug.lib` on Windows)
    rcdailey committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    4e2b4fe View commit details
    Browse the repository at this point in the history