Skip to content

Commit fb05f66

Browse files
committed
.
1 parent 54d459e commit fb05f66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD 20)
55

66
option(PEANUT_SIMD "Enable soa simd support" OFF)
77

8+
message(STATUS "Peanut : Enable SIMD : ${PEANUT_SIMD}")
9+
810
add_library(Peanut Peanut.cpp)
911
include_directories(include)
1012

0 commit comments

Comments
 (0)