Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aous72/OpenJPH
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Jan 13, 2025
2 parents 124270e + 7a2f6ea commit 579d7dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if(EMSCRIPTEN)
add_library(openjph ${SOURCES})
add_library(openjphsimd ${SOURCES} ${CODESTREAM_WASM} ${CODING_WASM} ${TRANSFORM_WASM})

target_include_directories(openjph PUBLIC common)
target_include_directories(openjphsimd PUBLIC common)
target_include_directories(openjph PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/common> $<INSTALL_INTERFACE:include>)
target_include_directories(openjphsimd PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/common> $<INSTALL_INTERFACE:include>)

target_compile_options(openjphsimd PRIVATE -DOJPH_ENABLE_WASM_SIMD -msimd128)

Expand Down Expand Up @@ -124,7 +124,7 @@ if (BUILD_SHARED_LIBS AND WIN32)
endif()

## include library version/name
target_include_directories(openjph PUBLIC common)
target_include_directories(openjph PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/common> $<INSTALL_INTERFACE:include>)
target_compile_definitions(openjph PUBLIC _FILE_OFFSET_BITS=64)

if (MSVC)
Expand Down

0 comments on commit 579d7dd

Please sign in to comment.