Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebei committed Sep 20, 2024
1 parent d057da5 commit c4dec1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ target_include_directories(cdl PUBLIC core/include)
install(TARGETS cdl DESTINATION .)

# export MACOSX_DEPLOYMENT_TARGET=11.0
# python3 -m cibuildwheel --platform windows --output-dir dist
# python3 -m build --sdist
# python3 -m cibuildwheel --output-dir dist
# python3 -m cibuildwheel --platform linux --output-dir dist
# python3 -m cibuildwheel --platform macos --output-dir dist
# twine upload dist/*

0 comments on commit c4dec1b

Please sign in to comment.