Set up build/packaging infra for web builds #1

Merged
lisyarus merged 9 commits from yulya3102/psemek:web into master 2026-07-03 08:40:27 +00:00
Showing only changes of commit d290df3f29 - Show all commits

View file

@ -1,7 +1,7 @@
if(NOT (CMAKE_SYSTEM_NAME STREQUAL Emscripten))
# Boost.Math is header-only
# Required for statistics.hpp
find_package(Boost COMPONENTS math REQUIRED CONFIG)
find_package(Boost REQUIRED CONFIG)
endif()
file(GLOB_RECURSE PSEMEK_UTIL_HEADERS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "include/*.hpp")