Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
QtTesting
Commits
1452c3d2
Commit
1452c3d2
authored
Dec 13, 2011
by
Benjamin Long
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Export target for build tree
parent
0c71e3fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
QtTestingConfig.cmake.in
QtTestingConfig.cmake.in
+6
-0
No files found.
CMakeLists.txt
View file @
1452c3d2
...
@@ -234,6 +234,8 @@ INSTALL(TARGETS QtTesting
...
@@ -234,6 +234,8 @@ INSTALL(TARGETS QtTesting
add_subdirectory
(
Examples
)
add_subdirectory
(
Examples
)
export
(
TARGETS QtTesting FILE
${
QtTesting_BINARY_DIR
}
/QtTestingExports.cmake
)
# Set up the build export configuration
# Set up the build export configuration
set
(
QtTesting_EXPORT_FILE
"
${
QtTesting_BINARY_DIR
}
/QtTestingConfig.cmake"
)
set
(
QtTesting_EXPORT_FILE
"
${
QtTesting_BINARY_DIR
}
/QtTestingConfig.cmake"
)
configure_file
(
configure_file
(
...
...
QtTestingConfig.cmake.in
View file @
1452c3d2
if(NOT QtTesting_EXPORTS_INCLUDED)
include("@QtTesting_BINARY_DIR@/QtTestingExports.cmake")
set(QtTesting_EXPORTS_INCLUDED 1)
endif()
set(QtTesting_INCLUDE_DIRS "@QtTesting_SOURCE_DIR@;@QtTesting_BINARY_DIR@")
set(QtTesting_INCLUDE_DIRS "@QtTesting_SOURCE_DIR@;@QtTesting_BINARY_DIR@")
set(QtTesting_LIBRARY_DIR "@QtTesting_BINARY_DIR@")
set(QtTesting_LIBRARY_DIR "@QtTesting_BINARY_DIR@")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment