update
This commit is contained in:
parent
4b8dc0884b
commit
878d3c0574
@ -19,8 +19,10 @@ if(MSVC)
|
||||
add_compile_options(/openmp:llvm)
|
||||
else()
|
||||
add_compile_options(-fopenmp)
|
||||
link_libraries(gomp)
|
||||
endif()
|
||||
|
||||
|
||||
file(GLOB SRC CONFIGURE_DEPENDS src/*.cpp src/*.h src/*.hpp)
|
||||
|
||||
add_executable(${PROJECT_NAME}_bin ${SRC})
|
||||
|
Loading…
Reference in New Issue
Block a user