Skip to content

Commit

Permalink
Add Precompiled Python Binaries To ERS (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Apr 11, 2022
1 parent 679af00 commit 0140eb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Third-Party/Python3.9/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

# Automatically copies python binaries to bin dir on windows
if (WIN32)

ERS_BUILD_
file(COPY "${LIB_DIR}/Python3.9/Binaries" DESTINATION "${BIN_DIR}/")

endif()

0 comments on commit 0140eb6

Please sign in to comment.