update
This commit is contained in:
parent
ab8a6ad46e
commit
4b8dc0884b
@ -15,6 +15,12 @@ add_subdirectory(pybind11)
|
||||
|
||||
include_directories(src/tools)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_options(/openmp:llvm)
|
||||
else()
|
||||
add_compile_options(-fopenmp)
|
||||
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