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
ac1f2bcf
Commit
ac1f2bcf
authored
Jan 22, 2002
by
Sebastien Barre
Browse files
Just rename dir
parent
416afb7d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Tests/Complex/Executable/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice).
#
SUBDIRS
(
required
)
SUBDIRS
(
Temp
)
#
# Extra coverage.Not used.
...
...
Tests/Complex/Executable/
required
/CMakeLists.txt
→
Tests/Complex/Executable/
Temp
/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -5,4 +5,4 @@
#
OUTPUT_REQUIRED_FILES
(
${
Complex_SOURCE_DIR
}
/Executable/complex.cxx
${
Complex_BINARY_DIR
}
/Executable/
required
/complex-required.txt
)
${
Complex_BINARY_DIR
}
/Executable/
Temp
/complex-required.txt
)
Tests/Complex/Executable/complex.cxx
View file @
ac1f2bcf
...
...
@@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is
// only created during a build.
TestAndRemoveFile
(
BINARY_DIR
"/Executable/
required
/complex-required.txt"
);
TestAndRemoveFile
(
BINARY_DIR
"/Executable/
Temp
/complex-required.txt"
);
// ----------------------------------------------------------------------
// Summary
...
...
Tests/ComplexOneConfig/Executable/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice).
#
SUBDIRS
(
required
)
SUBDIRS
(
Temp
)
#
# Extra coverage.Not used.
...
...
Tests/ComplexOneConfig/Executable/
required
/CMakeLists.txt
→
Tests/ComplexOneConfig/Executable/
Temp
/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -5,4 +5,4 @@
#
OUTPUT_REQUIRED_FILES
(
${
Complex_SOURCE_DIR
}
/Executable/complex.cxx
${
Complex_BINARY_DIR
}
/Executable/
required
/complex-required.txt
)
${
Complex_BINARY_DIR
}
/Executable/
Temp
/complex-required.txt
)
Tests/ComplexOneConfig/Executable/complex.cxx
View file @
ac1f2bcf
...
...
@@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is
// only created during a build.
TestAndRemoveFile
(
BINARY_DIR
"/Executable/
required
/complex-required.txt"
);
TestAndRemoveFile
(
BINARY_DIR
"/Executable/
Temp
/complex-required.txt"
);
// ----------------------------------------------------------------------
// Summary
...
...
Tests/ComplexRelativePaths/Executable/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -30,7 +30,7 @@ TARGET_LINK_LIBRARIES(complex
# has no side-effects on the current Makefile (duplicated source file
# due to source list expansion done twice).
#
SUBDIRS
(
required
)
SUBDIRS
(
Temp
)
#
# Extra coverage.Not used.
...
...
Tests/ComplexRelativePaths/Executable/
required
/CMakeLists.txt
→
Tests/ComplexRelativePaths/Executable/
Temp
/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -5,4 +5,4 @@
#
OUTPUT_REQUIRED_FILES
(
${
Complex_SOURCE_DIR
}
/Executable/complex.cxx
${
Complex_BINARY_DIR
}
/Executable/
required
/complex-required.txt
)
${
Complex_BINARY_DIR
}
/Executable/
Temp
/complex-required.txt
)
Tests/ComplexRelativePaths/Executable/complex.cxx
View file @
ac1f2bcf
...
...
@@ -516,7 +516,7 @@ int main()
// the file was removed the last time 'complex' was run, and it is
// only created during a build.
TestAndRemoveFile
(
BINARY_DIR
"/Executable/
required
/complex-required.txt"
);
TestAndRemoveFile
(
BINARY_DIR
"/Executable/
Temp
/complex-required.txt"
);
// ----------------------------------------------------------------------
// Summary
...
...
Tests/Testing/CMakeLists.txt
View file @
ac1f2bcf
...
...
@@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
# Force subdirs
# (coverage)
#
SUBDIRS
(
s
ub
1
)
SUBDIRS
(
S
ub
)
Tests/Testing/
s
ub
1
/CMakeLists.txt
→
Tests/Testing/
S
ub/CMakeLists.txt
View file @
ac1f2bcf
File moved
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