mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 06:37:43 -05:00
add imported flag (#48)
This commit is contained in:
@@ -11,7 +11,7 @@ CPMAddPackage(
|
||||
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")
|
||||
|
||||
# ---- Executable ----
|
||||
|
||||
Reference in New Issue
Block a user