diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-25 08:47:23 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-25 08:47:23 (GMT) |
commit | c7a7f910d4f85b0f3566b16098720e2101572c7f (patch) | |
tree | fe7c2b3041306b0c6f49338bdcc7aa4b9f111a19 /src/tests | |
parent | 2ae890547ab92eefa31307b48676917b5fb15871 (diff) |
Split the fortran wrapper into another file.
Do not keep the fortran wrapper in the main tng_io.c file.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 4abc7d3..bbd8203 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -79,8 +79,8 @@ if(TNG_BUILD_EXAMPLES) if(OPENMP_FOUND) add_executable(md_openmp_f md_openmp.f) target_link_libraries(md_openmp_f tng_io ${OpenMP_LIBS}) + set_property(TARGET md_openmp_f PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/examples) endif() endif() - set_property(TARGET md_openmp_f PROPERTY RUNTIME_OUTPUT_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/examples) endif() endif() |