mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
5 lines
96 B
Batchfile
5 lines
96 B
Batchfile
set local
|
|
set PYTHONPATH=@CMAKE_LIBRARY_OUTPUT_DIRECTORY@/@cfg@;%PYTHONPATH%
|
|
python %1
|
|
endlocal
|