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
PhoenixDL
Commits
ee90fe99
Commit
ee90fe99
authored
May 11, 2021
by
Pierre Aubert
Browse files
Remove useless cmake command
parent
89e2b610
Pipeline
#118755
passed with stages
in 1 minute and 46 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
14 deletions
+0
-14
TESTS/CMakeLists.txt
TESTS/CMakeLists.txt
+0
-2
TESTS/TEST_LIBRARY/CMakeLists.txt
TESTS/TEST_LIBRARY/CMakeLists.txt
+0
-2
TESTS/TEST_LIST_FUNCTION/CMakeLists.txt
TESTS/TEST_LIST_FUNCTION/CMakeLists.txt
+0
-2
TESTS/TEST_MANGLE_FUNCTION/CMakeLists.txt
TESTS/TEST_MANGLE_FUNCTION/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 @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/TEST_LIBRARY
)
...
...
TESTS/TEST_LIBRARY/CMakeLists.txt
View file @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
add_library
(
test_library SHARED test_library.cpp
)
...
...
TESTS/TEST_LIST_FUNCTION/CMakeLists.txt
View file @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
add_executable
(
test_list_function main.cpp
)
target_link_libraries
(
test_list_function phoenix_dl dl
)
...
...
TESTS/TEST_MANGLE_FUNCTION/CMakeLists.txt
View file @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
add_executable
(
test_mangle_function main.cpp
)
target_link_libraries
(
test_mangle_function phoenix_dl dl
)
...
...
cmake/CMakeLists.txt
View file @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
include
(
createLinuxPackages.cmake
)
include
(
phoenix_base_project.cmake
)
...
...
doc/CMakeLists.txt
View file @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
phoenix_create_doc
(
PhoenixDL Doxyfile.cmake
)
...
...
src/CMakeLists.txt
View file @
ee90fe99
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
file
(
GLOB_RECURSE phoenix_dl_sources
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.cpp"
)
...
...
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