- 22 Apr, 2017 3 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 27 Dec, 2016 1 commit
-
-
Abdo Roig-Maranges authored
Otherwise cmake windows builds with the mingw compiler are broken.
-
- 22 Dec, 2016 1 commit
-
-
Rashad Kanavath authored
-
- 21 Nov, 2016 1 commit
-
-
Tan Li Boon authored
- Used cmake regex to strip out the /RTC1 flag used by MSVC debug builds, which conflicts with the -nodefaultlib and -noentry flags.
-
- 20 May, 2016 1 commit
-
-
Nigel Stewart authored
-
- 03 Apr, 2016 1 commit
-
-
Marcel Metz authored
-
- 02 Apr, 2016 2 commits
-
-
Marcel Metz authored
-
Marcel Metz authored
-
- 01 Apr, 2016 1 commit
-
-
Marcel Metz authored
CMake 2.8.5 added the GNUInstallDirs module, which provides various variables following the CMAKE_INSTALL_*DIR pattern to allow users a more flexible installation setup and to provide sensible defaults while respecting distribution specific install locations like lib64 for RPM based linux distributions or debian multiarch tuples.
-
- 19 Mar, 2016 1 commit
-
-
stopiccot authored
-
- 15 Feb, 2016 3 commits
- 06 Feb, 2016 3 commits
- 05 Feb, 2016 1 commit
-
-
Wes Tarro authored
any issues with mixing compilers and library versions. The Visual Studio Projects need some touching up to get all of the settings synced up for all of the build variants.
-
- 08 Jan, 2016 1 commit
-
-
Nigel Stewart authored
For cmake 3.4 - link X11 libs for glewinfo and visualinfo unless not available, or GLEW_OSMESA mode.
-
- 05 Dec, 2015 2 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 17 Nov, 2015 1 commit
-
-
Tamas Kenez authored
-
- 09 Oct, 2015 3 commits
-
-
Gyusun Yeom authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 04 Aug, 2015 1 commit
-
-
Nigel Stewart authored
-
- 12 Jul, 2015 1 commit
-
-
Tamas Kenez authored
-
- 22 Jun, 2015 1 commit
-
-
Tamas Kenez authored
Installs a config module if CMake verion >= 2.8.12. The config-module creates the import library targets built in the project (glew, glew_s, glewmx, glewmx_s) but in accordance with the FindGLEW module shipped with CMake, it also creates GLEW::GLEW and GLEW::GLEWMX. GLEW::GLEW and GLEW::GLEWMX will be simply copies of glew/glewmx or glew_s/glewmx_s. If both versions are available they alias the shared versions. The default behaviour can be changed either when installing or when using the package: - Set BUILD_SHARED_LIBS to OFF or ON when building and installing GLEW. This controls which libraries (shared or static) will be installed (and not which will be built). - Set GLEW_USE_STATIC_LIBS to OFF or ON before calling `find_package(GLEW CONFIG REQUIRED)` to force the config-module to create GLEW::GLEW and GLEWMX as aliases to glew/glewmx or glew_s/glewmx_s The script ./cmake-testbuild.sh is added to test the CMake build and config-module. See instructions there.
-
- 10 Jun, 2015 2 commits
-
-
Tamas Kenez authored
-
Tamas Kenez authored
-
- 09 Jun, 2015 1 commit
-
-
Tamas Kenez authored
-
- 26 Feb, 2015 3 commits
-
-
Michel Zou authored
-
Michel Zou authored
-
Michel Zou authored
-
- 19 Feb, 2015 1 commit
-
-
Nigel Stewart authored
-
- 29 Jan, 2015 1 commit
-
-
stopiccot authored
-
- 12 Jul, 2014 1 commit
-
-
Dāvis Mosāns authored
-
- 21 Apr, 2014 1 commit
-
-
Dāvis Mosāns authored
-
- 21 Jul, 2013 1 commit
-
-
Nigel Stewart authored
Other tidy-up for Visual Studio quality of life.
-