Skip to content

Commit ed523d2

Browse files
committed
WIP-ADD: working binding with renamed
1 parent 3342533 commit ed523d2

File tree

26 files changed

+807
-4754
lines changed

26 files changed

+807
-4754
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ target_include_directories(${APP_NAME_EXE}
128128
# pybind11
129129
#--------------------------------------------------------------------------
130130
if (BUILD_PYTHON_MODULE)
131-
set(PYBINDMODULE_NAME diffCheckBindings)
131+
set(PYBINDMODULE_NAME diffcheck_bindings)
132132
set(PYPI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/gh/diffCheck/diffCheck)
133133
set(TARGET_DLL_PYPI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src/gh/diffCheck/diffCheck/dlls)
134134

12.5 KB
Loading
4.85 KB
Binary file not shown.
11.5 KB
Loading
5.6 KB
Binary file not shown.
11.1 KB
Loading
6.77 KB
Binary file not shown.

cmake/__noenv__config.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
REM configure the project
2+
cmake -S . -B build

cmake/activate_conda.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
@echo off
2-
setlocal
3-
41
:: ########################################################################
52
:: check if conda is available >
63
:: check that diff_check environment is available >

cmake/build.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
@echo off
2-
setlocal
3-
41
REM build the project in Release mode
52
cmake --build build --config Release

0 commit comments

Comments
 (0)