-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff0f747
commit f160115
Showing
21 changed files
with
427 additions
and
293 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
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,26 @@ | ||
@PACKAGE_INIT@ | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/BriskTargets.cmake) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/BriskConfigVersion.cmake) | ||
|
||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) | ||
get_filename_component(_BRISK_INCLUDE_DIR "${_DIR}/../../../include" ABSOLUTE) | ||
|
||
file(GLOB SCRIPT_FILES "${_DIR}/scripts/*.cmake") | ||
foreach (f ${SCRIPT_FILES}) | ||
include(${f}) | ||
endforeach () | ||
|
||
include(CMakeFindDependencyMacro) | ||
|
||
set(_DEP_PUBLIC INTERFACE) | ||
set(_DEP_PRIVATE INTERFACE) | ||
set(_FIND_PACKAGE find_dependency) | ||
|
||
include(${_DIR}/deps/Core.cmake) | ||
include(${_DIR}/deps/Graphics.cmake) | ||
|
||
unset(_DEP_PUBLIC) | ||
unset(_DEP_PRIVATE) | ||
unset(_FIND_PACKAGE) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
Oops, something went wrong.