Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixCompareFile
Commits
1ceb40dc
Commit
1ceb40dc
authored
May 11, 2021
by
Pierre Aubert
Browse files
Remove useless cmake command
parent
e5635dc0
Pipeline
#118828
passed with stages
in 2 minutes and 23 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
10 deletions
+0
-10
TESTS/CMakeLists.txt
TESTS/CMakeLists.txt
+0
-2
TESTS/TEST_COMPARE_FILE/CMakeLists.txt
TESTS/TEST_COMPARE_FILE/CMakeLists.txt
+0
-2
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+0
-2
doc/CMakeLists.txt
doc/CMakeLists.txt
+0
-2
src/CMakeLists.txt
src/CMakeLists.txt
+0
-2
No files found.
TESTS/CMakeLists.txt
View file @
1ceb40dc
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 3.0
)
add_subdirectory
(
TEST_COMPARE_FILE
)
TESTS/TEST_COMPARE_FILE/CMakeLists.txt
View file @
1ceb40dc
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 3.0
)
add_test
(
NAME TestCompareFile
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/../../src/phoenix_comparefile -i Makefile -r Makefile
...
...
cmake/CMakeLists.txt
View file @
1ceb40dc
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
include
(
createLinuxPackages.cmake
)
include
(
phoenix_base_project.cmake
)
...
...
doc/CMakeLists.txt
View file @
1ceb40dc
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
phoenix_create_doc
(
PhoenixCompareFile Doxyfile.cmake
)
...
...
src/CMakeLists.txt
View file @
1ceb40dc
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 3.0
)
add_executable
(
phoenix_comparefile main.cpp
)
target_link_libraries
(
phoenix_comparefile option_parser string_utils
)
...
...
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