Skip to content
Snippets Groups Projects
Commit f789e113 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Update README.md

parent 6687ae9f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ find_package(AMDIS REQUIRED [SEQUENTIAL|PARALLEL] [VERSION>=1.1])
add_executable(mytarget src/mysource.cc)
target_include_directories(mytarget PRIVATE ${AMDIS_INCLUDE_DIRS})
target_compile_definitions(mytarget PRIVATE ${AMDIS_COMPILEFLAGS})
target_compile_options(mytarget PRIVATE ${AMDIS_COMPILEFLAGS})
target_link_libraries(mytarget ${AMDIS_LIBRARIES})
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment