Set up build/packaging infra for web builds #1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
if(NOT (CMAKE_SYSTEM_NAME STREQUAL Emscripten))
|
if(NOT (CMAKE_SYSTEM_NAME STREQUAL Emscripten))
|
||||||
# Boost.Math is header-only
|
# Boost.Math is header-only
|
||||||
# Required for statistics.hpp
|
# Required for statistics.hpp
|
||||||
find_package(Boost COMPONENTS math REQUIRED CONFIG)
|
find_package(Boost REQUIRED CONFIG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(GLOB_RECURSE PSEMEK_UTIL_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "include/*.hpp")
|
file(GLOB_RECURSE PSEMEK_UTIL_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "include/*.hpp")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue