Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
9f60bd9c
Commit
9f60bd9c
authored
Sep 06, 2004
by
Ken Martin
Browse files
oops
parent
a5e791ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CMakeLists.txt
View file @
9f60bd9c
...
...
@@ -109,7 +109,10 @@ ENDIF(CMAKE_BUILD_MFC_DIALOG)
ADD_EXECUTABLE
(
cmake cmakemain.cxx
)
ADD_EXECUTABLE
(
DumpDocumentation cmDumpDocumentation
)
SET
(
CMTEST_SRCS ctest.cxx cmCTest.cxx ctest/cmCTestScriptHandler.cxx
)
SET
(
CMTEST_SRCS ctest.cxx cmCTest.cxx
CTest/cmCTestScriptHandler.cxx
)
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/Source/CTest
)
IF
(
UNIX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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