Skip to content

Commit

Permalink
Adjust README and CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
micheltakken committed Sep 19, 2023
1 parent 59a5b88 commit f8da2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

add_compile_definitions(PLATFORM_CPU_SISD)
set(CMAKE_CXX_FLAGS "-O3 -Wall -march=native -mtune=native")

# download external libraries
include(FetchContent)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://www.cda.cit.tum.de/research/microfluidics/logo-microfluidics-toolkit.png" width="60%">
<img src="images/mmft_dark.png" width="60%">
<img src="https://www.cda.cit.tum.de/research/microfluidics/logo-microfluidics-toolkit.png" width="60%">
</picture>
</p>

Expand Down

0 comments on commit f8da2c9

Please sign in to comment.