Add imported binary target

This commit is contained in:
xd009642 2019-10-08 23:24:16 +01:00
parent 4204244798
commit c01efd8488

View File

@ -21,3 +21,6 @@ set_target_properties(coz::coz PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES "C"
IMPORTED_LOCATION "${COZ_INCLUDE_DIR}")
add_executable(coz::profiler IMPORTED)
set_property(TARGET coz::profiler PROPERTY IMPORTED_LOCATION ${COZ_BIN})