cmake: added optimization and at the same time added the beta-NMR lib.

This commit is contained in:
2018-06-05 19:12:35 +02:00
parent 88d5bb64b4
commit e4d56519b2
17 changed files with 119 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ set_target_properties(mud
VERSION ${MUD_VERSION}
)
#--- add compile options for optimization -------------------------------------
target_compile_options(mud PUBLIC -O3)
#--- install mud solib --------------------------------------------------------
install(TARGETS mud DESTINATION lib)