Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zenustech/zpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8bc0a02cb4c5bc39fe96a38d403c03923f593955
Choose a base ref
...
head repository: zenustech/zpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9c3da758d8cda7906b3d045987812f3fc55aeb38
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 20, 2024

  1. fix typo

    littlemine committed Jul 20, 2024
    Copy the full SHA
    9c3da75 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 include/zensim/CMakeLists.txt
4 changes: 2 additions & 2 deletions include/zensim/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1041,7 +1041,7 @@ target_sources(zpctool

if(ZS_ENABLE_PCH)
target_precompile_headers(zpctool INTERFACE ${ZENSIM_LIBRARY_IO_INCLUDE_FILES})
endif(ENABLE_PCH)
endif(ZS_ENABLE_PCH)

target_link_libraries(zpctool PUBLIC zpc)

@@ -1061,7 +1061,7 @@ endif(ZS_ENABLE_MSHIO)
if(ZS_ENABLE_OPENVDB)
if(ZS_ENABLE_PCH)
target_precompile_headers(zpctool INTERFACE ${ZENSIM_LIBRARY_TOOL_INCLUDE_FILES})
endif(ENABLE_PCH)
endif(ZS_ENABLE_PCH)

target_link_libraries(zpctool PRIVATE zsopenvdb)
target_sources(zpctool