Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a0481701 authored by BRAMAS Berenger's avatar BRAMAS Berenger
Browse files

update the doc

parent 4e2ae0be
No related branches found
No related tags found
No related merge requests found
...@@ -166,4 +166,11 @@ html/files.html ...@@ -166,4 +166,11 @@ html/files.html
<li> utestOctree.cpp : this tests the octree validation. </li> <li> utestOctree.cpp : this tests the octree validation. </li>
</ul> </ul>
* \section makeyourown Create your own application using ScalFMM
* In you compile ScalFMM and enabled the Tests (by passing a parameter to CMake or by using ccmake)
* any cpp file that will put into the Tests/ directories will be compiled and linked to ScalFMM.
* Therefore it can be a quick way to create and test with scalfmm without creating your own project and
* thinking about the compilation and link stages.
* Put your file in the test directories, enable the Tests in the cmake, be sure that the CMake is generated (type cmake.. again
* in the build dir), and then make your_cpp_file_without_extension
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment