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
PhoenixGenerator
Commits
f2a1ac2f
Commit
f2a1ac2f
authored
Dec 22, 2020
by
Pierre Aubert
Browse files
Add test
parent
c6aa03a8
Pipeline
#97076
passed with stages
in 3 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
CMakeLists.txt
CMakeLists.txt
+5
-0
TESTS/CMakeLists.txt
TESTS/CMakeLists.txt
+4
-0
No files found.
CMakeLists.txt
View file @
f2a1ac2f
...
...
@@ -18,6 +18,11 @@ phoenix_create_find(PhoenixGenerator phoenix_generator header_generator.h "" Fil
add_subdirectory
(
src
)
if
(
SELF_TESTS_MODE
)
include
(
CTest
)
add_subdirectory
(
TESTS
)
endif
(
SELF_TESTS_MODE
)
set
(
PHOENIX_INCLUDE_DIRS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/src;
${
PHOENIX_INCLUDE_DIRS
}
"
CACHE INTERNAL
"list of Phoenix include dirs"
)
...
...
TESTS/CMakeLists.txt
0 → 100644
View file @
f2a1ac2f
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
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