Skip to content
Snippets Groups Projects
Commit a8951134 authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Feat: add version info to package

parent 5940aee7
Branches
No related tags found
1 merge request!7Feat: `ihta_package_python_wheel`
......@@ -96,7 +96,8 @@ path = \"builder_plugin.py\"
OUTPUT ${PACKAGE_WORKING_DIR}/src/${PACK_WHL_PACKAGE_NAME}/__init__.py
CONTENT "from pathlib import Path
EXECUTABLE_PATH = Path(__file__).parent / \"$<TARGET_FILE_NAME:${PACK_WHL_TARGET_NAME}>\""
EXECUTABLE_PATH = Path(__file__).parent / \"$<TARGET_FILE_NAME:${PACK_WHL_TARGET_NAME}>\"
__version__ = \"${PACK_WHL_VERSION}\""
)
file (
GENERATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment