Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114208
Findvodozemac.cmake
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
569 B
Referenced Files
None
Subscribers
None
Findvodozemac.cmake
View Options
find_path
(
vodozemac_INCLUDE_DIR
NAMES
vodozemac.h
)
find_library
(
vodozemac_LIBRARY
NAMES
vodozemac
)
include
(
FindPackageHandleStandardArgs
)
find_package_handle_standard_args
(
vodozemac
FOUND_VAR
vodozemac_FOUND
REQUIRED_VARS
vodozemac_LIBRARY
vodozemac_INCLUDE_DIR
)
if
(
vodozemac_FOUND
AND
NOT
TARGET
vodozemac::vodozemac
)
add_library
(
vodozemac::vodozemac
UNKNOWN
IMPORTED
)
set_target_properties
(
vodozemac::vodozemac
PROPERTIES
IMPORTED_LOCATION
"${vodozemac_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES
"${vodozemac_INCLUDE_DIR}"
)
endif
()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 11:02 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40106
Default Alt Text
Findvodozemac.cmake (569 B)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment