cmake: CMake cleanup
authorJuan Ramos <juan@lunarg.com>
Thu, 10 Nov 2022 23:46:39 +0000 (16:46 -0700)
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>
Fri, 11 Nov 2022 00:16:53 +0000 (17:16 -0700)
commitf18d3e3c5db1060dc7cb3e7836ab3c6f49d46ae4
tree6cfc5f05cb155727e809b9aa01fa2e6b0f1b2369
parentff7996f13644de8b212266f7e9e8708cccd03734
cmake: CMake cleanup

- Use idiom for CMAKE_MODULE_PATH
- find_package(PkgConfig) instead of include(FindPkgConfig)
- Remove CMake 2.X code workaround
- Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR
- CMakeParseArguments is now part of the language
BUILD.md
CMakeLists.txt
loader/CMakeLists.txt
tests/framework/CMakeLists.txt