cmake: General cleanup
authorJuan Ramos <juan@lunarg.com>
Fri, 29 Sep 2023 16:14:37 +0000 (10:14 -0600)
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>
Fri, 29 Sep 2023 18:32:41 +0000 (12:32 -0600)
commit65875362ad968b9eff0611b7f32a0cead5ddc9d1
treed82884a044eecdec8fff5baf4b6f4865d8381744
parent576f3286e10ca0c98fc481787b27e229bd61ac8f
cmake: General cleanup

- APPEND CMAKE_MODULE_PATH
- Remove overly specific CMake code
- Use CMAKE_SYSTEM_NAME to detect Linux/BSD
- Remove unused code
- Simplify install target code
- Use PRIVATE instead of PUBLIC
- Prefer target based commands
CMakeLists.txt
cube/CMakeLists.txt
icd/CMakeLists.txt
vulkaninfo/CMakeLists.txt