mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-25 05:37:28 -05:00
add imported flag (#48)
This commit is contained in:
@@ -11,7 +11,7 @@ CPMAddPackage(
|
|||||||
DOWNLOAD_ONLY True
|
DOWNLOAD_ONLY True
|
||||||
)
|
)
|
||||||
|
|
||||||
add_library(simple_match INTERFACE)
|
add_library(simple_match INTERFACE IMPORTED)
|
||||||
target_include_directories(simple_match INTERFACE "${simple_match_SOURCE_DIR}/include")
|
target_include_directories(simple_match INTERFACE "${simple_match_SOURCE_DIR}/include")
|
||||||
|
|
||||||
# ---- Executable ----
|
# ---- Executable ----
|
||||||
|
|||||||
Reference in New Issue
Block a user