Skip to content

Commit

Permalink
make tcb_span public
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Feb 27, 2024
1 parent a772656 commit dea6712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PhotoshopAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ set_property(TARGET blosc2_static PROPERTY POSITION_INDEPENDENT_CODE 1)
target_include_directories(PhotoshopAPI PUBLIC include ${CMAKE_SOURCE_DIR}/thirdparty/c-blosc2/include src src/Util)
target_link_libraries(PhotoshopAPI PUBLIC zlibstatic Blosc2::blosc2_static)
# Use this for compatibility with pre-C++20 compilers
target_include_directories(PhotoshopAPI PRIVATE tcb_span)
target_link_libraries(PhotoshopAPI PRIVATE ${CMAKE_SOURCE_DIR}/thirdparty/compatibility)
target_include_directories(PhotoshopAPI PUBLIC tcb_span)

if(MSVC)
target_compile_options(PhotoshopAPI PRIVATE /MP /DNOMINMAX)
Expand Down

0 comments on commit dea6712

Please sign in to comment.