Skip to content
Snippets Groups Projects
Commit c19d4330 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

[skip-ci] cmake_modules folder was not tracked for some reason

parent 887d7235
No related branches found
No related tags found
2 merge requests!23After cmake and const refactor,!22Resolve "Adapt to core cmake refactor"
set(@PLUGIN_NAME@_VERSION 0.0.1)
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
FIND_DEPENDENCY(wolfcore REQUIRED)
FIND_DEPENDENCY(wolfimu REQUIRED)
FIND_DEPENDENCY(Eigen3 3.3 REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PLUGIN_NAME@Targets.cmake")
check_required_components(@PLUGIN_NAME@)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment