Releases: GrinlexGH/deps
Release list
v1.1.3
v1.1.2
You can just drop contents of the archive to the root of your project.
Changes:
BUILD_DEBUGnow affects only on windows- Better code for fixing static libraries
Full Changelog: v1.1.1...v1.1.2
v1.1.1
You can just drop contents of the archive to the root of your project.
Changes:
- Now
BUILD_DEBUGoption works only withmsvc - Fixed bug with recompiling with every sneeze
Full Changelog: v1.1.0...v1.1.1
v1.1.0
You can just drop contents of the archive to the root of your project.
Huge update!
Changes:
- Changed python script argument syntax
- Added support of installing static libraries via
BUILD_DEBUGoption - Added exclude option to manual install libs
- Renamed
deps_target_link_and_copy_runtimetodeps_target_link_libraries - Added hack for static libraries to
deps_target_link_libraries
Full Changelog: v1.0.4...v1.1.0
v1.0.4
You can just drop contents of the archive to the root of your project.
Changes:
- Added Win32xx find module
- Changed default directory for cache to library installation folders
- Fixed cmake compiling without additional arguments
Full Changelog: v1.0.3...v1.0.4
v1.0.3
You can just drop contents of the archive to the root of your project.
- Removed
DEPS_TARGET_SYSTEM,DEPS_TARGET_ARCH,DEPS_SUBDIRand replaced with unifiedDEPS_OUT_SUBDIR
Full Changelog: v1.0.2...v1.0.3
v1.0.2
You can just drop contents of the archive to the root of your project.
- Renamed
DEPS_SUBFOLDERtoDEPS_SUBDIR - Added
DEPS_THIRD_PARTY_SUBDIRpointing to the directory with Python script and all third-party library files
Full Changelog: v1.0.1...v1.0.2
v1.0.1
You can just drop contents of the archive to the root of your project.
- Removed unnecessary logging
Full Changelog: v1.0.0...v1.0.1