forked from SCOREC/msi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export an msiConfig.cmake file to allow upstream projects to just imp…
…ort msi directly and link against all the msi dependencies trivially
- Loading branch information
William Tobin
committed
Feb 17, 2018
1 parent
dc49148
commit 4cf991f
Showing
2 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include(CMakeFindDependencyMacro) | ||
include("${CMAKE_CURRENT_LIST_DIR}/@TARGET_LIB_NAME@Targets.cmake") | ||
set(msi_FOUND TRUE) |