Parser-SPEF icon indicating copy to clipboard operation
Parser-SPEF copied to clipboard

Update cmake

Open oliverbunting opened this issue 3 years ago • 0 comments

Extends the cmake file for easier inclusion in other-projects. The PR supports both embedded:

add_subdirectory(Parser-SPEF)
target_link_library(my_target PRIVATE Parser-SPEF)

or find_package

find_package(Parser-SPEF 3.9 REQUIRED)
target_link_library(my_target PRIVATE Parser-SPEF::Parser-SPEF)

oliverbunting avatar Jan 16 '22 21:01 oliverbunting