Skip to content

Commit

Permalink
[fix] re biojppm/c4core#53: add missing export() to target
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed Dec 26, 2021
1 parent ac1751a commit 5704607
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions c4Project.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2554,6 +2554,9 @@ include(CMakeFindDependencyMacro)
FILE "${targets_file}"
NAMESPACE "${_NAMESPACE}"
DESTINATION "${cfg_dst}")
export(EXPORT ${_TARGET}
FILE "${targets_file}"
NAMESPACE "${_NAMESPACE}")
#
# Config files
# the module below has nice docs in it; do read them
Expand Down

0 comments on commit 5704607

Please sign in to comment.