cmake: added optimization and at the same time added the beta-NMR lib.
This commit is contained in:
3
src/external/mud/src/CMakeLists.txt
vendored
3
src/external/mud/src/CMakeLists.txt
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user