SpaceIm 7109fbee87
cmake: Support modernized import of Draco via draco::draco
This a refactoring of the CMake config file to follow best practices:

- A draco-targets.cmake is generated with install(EXPORT ...), and included in 
  draco-config.cmake.
- For users consuming Draco with add_subdirectory(), a draco::draco alias is provided.
- Removed find-draco.cmake-- CMake couldn't use it anyway due to the file name
  not matching CMake expectations for a find script.

Note: this also removes the previous methods of hardcoding the C++ standard in
the Draco build to C++11. Instead of direct manipulation of CMAKE_CXX_STANDARD
target_compile_features() is used. External projects consuming Draco should now
be able to set the standard to a newer version.
2022-04-13 11:00:01 -07:00
..
2022-02-15 17:13:23 -08:00
2021-10-12 12:55:36 -07:00
2021-12-09 11:26:09 -08:00
2021-10-12 12:55:36 -07:00
2021-10-12 12:55:36 -07:00
2021-10-12 12:55:36 -07:00
2021-10-12 12:55:36 -07:00
2021-10-12 12:55:36 -07:00