Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fluidparticles
MigFlow
Commits
a5478694
Commit
a5478694
authored
May 05, 2021
by
Jonathan Lambrechts
Browse files
opti
parent
1e418a64
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
scontact/CMakeLists.txt
View file @
a5478694
...
...
@@ -26,19 +26,12 @@ set(SRC
include_directories
(
. ../tools
)
add_library
(
scontact3 SHARED
${
SRC
}
)
target_compile_definitions
(
scontact3 PUBLIC -DDIMENSION=3 -DROTATION_ENABLED=1
)
#
add_library(scontact3 SHARED ${SRC})
#
target_compile_definitions(scontact3 PUBLIC -DDIMENSION=3 -DROTATION_ENABLED=1)
add_library
(
scontact2 SHARED
${
SRC
}
)
target_compile_definitions
(
scontact2 PUBLIC -DDIMENSION=2 -DROTATION_ENABLED=1
)
add_library
(
scontact2fwr SHARED
${
SRC
}
)
target_compile_definitions
(
scontact2fwr PUBLIC -DDIMENSION=2
)
add_library
(
scontact3fwr SHARED
${
SRC
}
)
target_compile_definitions
(
scontact3fwr PUBLIC -DDIMENSION=3
)
...
...
scontact/scontact.c
View file @
a5478694
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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