Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
2c697f59
Commit
2c697f59
authored
May 13, 2010
by
vladlosev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment tweaks in CMakeLists.txt.
parent
9af267d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+5
-5
No files found.
CMakeLists.txt
View file @
2c697f59
...
@@ -39,18 +39,18 @@ if (COMMAND set_up_hermetic_build)
...
@@ -39,18 +39,18 @@ if (COMMAND set_up_hermetic_build)
set_up_hermetic_build
()
set_up_hermetic_build
()
endif
()
endif
()
# Defines functions and variables used by Google Test.
include
(
cmake/internal_utils.cmake
)
include
(
cmake/internal_utils.cmake
)
fix_default_settings
()
# Defined in internal_utils.cmake.
fix_default_settings
()
# Defined in internal_utils.cmake.
# Where
gt
est's .h files can be found.
# Where
Google T
est's .h files can be found.
include_directories
(
include_directories
(
${
gtest_SOURCE_DIR
}
/include
${
gtest_SOURCE_DIR
}
/include
${
gtest_SOURCE_DIR
}
)
${
gtest_SOURCE_DIR
}
)
# Where the gtest libraries can be found.
# Where Google Test's libraries can be found.
link_directories
(
link_directories
(
${
gtest_BINARY_DIR
}
/src
)
${
gtest_BINARY_DIR
}
/src
)
########################################################################
########################################################################
#
#
...
@@ -92,7 +92,7 @@ endif()
...
@@ -92,7 +92,7 @@ endif()
# You can skip this section if you aren't interested in testing
# You can skip this section if you aren't interested in testing
# Google Test itself.
# Google Test itself.
#
#
#
Most of t
he tests are not built by default. To build them, set the
#
T
he tests are not built by default. To build them, set the
# gtest_build_tests option to ON. You can do it by running ccmake
# gtest_build_tests option to ON. You can do it by running ccmake
# or specifying the -Dgtest_build_tests=ON flag when running cmake.
# or specifying the -Dgtest_build_tests=ON flag when running cmake.
...
...
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