]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
replaced include_directories() with target_include_directories()
authorGabriel Alexander <sleepyspacedad@gmail.com>
Tue, 12 Jun 2018 16:30:02 +0000 (12:30 -0400)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 9 Aug 2018 09:34:13 +0000 (11:34 +0200)
commita970eb938023281a39c79bdbc0c2d1385c298c08
tree40e7424209b8ff13994a80a6fd0d0fa1ec1300d5
parent20760abd3c29f6d91db63cf042a1992ebf83dc47
replaced include_directories() with target_include_directories()

using target_include_directories() with the zlib libraries prevents people from having to manually include those directories when linking to those libraries
CMakeLists.txt