Skip to content

Commit

Permalink
Add back in codegen config
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishKittur committed Oct 27, 2024
1 parent fa03356 commit 11879b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmake/codegenConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@PACKAGE_INIT@

# if you have find_package calls, use find_dependency() here with the package
# that you need to find_package() for. this handles transitive dep finding so
# your downstream cmake doesnt have to `find_package()` it instead gets done
# upon package configuration

include("${CMAKE_CURRENT_LIST_DIR}/codegenTargets.cmake")

check_required_components(codegen)

0 comments on commit 11879b5

Please sign in to comment.