mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
cmake: Move some cmake includes to ext
This commit is contained in:
@@ -57,3 +57,9 @@ mark_as_advanced(
|
||||
SNAPPY_ROOT_DIR
|
||||
SNAPPY_LIBRARIES
|
||||
SNAPPY_INCLUDE_DIR)
|
||||
|
||||
add_library(Snappy::Snappy IMPORTED UNKNOWN GLOBAL)
|
||||
set_target_properties(Snappy::Snappy PROPERTIES
|
||||
IMPORTED_LOCATION "${SNAPPY_LIBRARIES}"
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${SNAPPY_INCLUDE_DIR}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user