mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-22 16:28:57 +00:00
Add cmake functionality to install, find library and find version library
This commit is contained in:
6
cmake/ExprTkConfig.cmake.in
Normal file
6
cmake/ExprTkConfig.cmake.in
Normal file
@ -0,0 +1,6 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
# Our library dependencies (contains definitions for IMPORTED targets)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/ExprTkTargets.cmake")
|
||||
|
||||
check_required_components(ExprTk)
|
Reference in New Issue
Block a user