Provide a CMakeLists.txt.
This lands https://github.com/google/snappy/pull/29
This commit is contained in:
9
cmake/SnappyConfig.cmake.in
Normal file
9
cmake/SnappyConfig.cmake.in
Normal file
@@ -0,0 +1,9 @@
|
||||
set(SNAPPY_VERSION @SNAPPY_MAJOR@.@SNAPPY_MINOR@.@SNAPPY_PATCHLEVEL@)
|
||||
|
||||
@PACKAGE_INIT@
|
||||
|
||||
set_and_check(SNAPPY_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
|
||||
set_and_check(SNAPPY_LIBRARY_DIR "@PACKAGE_LIBRARY_INSTALL_DIR@")
|
||||
set_and_check(SNAPPY_BINARY_DIR "@PACKAGE_BINARY_INSTALL_DIR@")
|
||||
|
||||
check_required_components(SNAPPY)
|
||||
Reference in New Issue
Block a user