1 2 3 4 5 6 7 8 9 10 11
UNITTEST_FOR(library/cpp/sse) SRCS( test.cpp ) IF (ARCH_X86_64) CFLAGS(-msse4.1 -msse4.2) ENDIF() END()