compor / llvm-ir-cmake-utils

LLVM IR CMake utils for bitcode file manipulation by opt and friends
GNU Lesser General Public License v2.1
68 stars 14 forks source link

add packaging and versioning #3

Closed compor closed 7 years ago

compor commented 7 years ago

As per modules found in in cmake's "modules" directory, those that provide version information do it simply by setting the relevant variables. Further packaging and versioning seems to be used for config and find-module files that are used to import targets and not pure cmake utility.