Skip to content

Commit 53b958d

Browse files
committed
rename
1 parent 1f90849 commit 53b958d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ExternalProject_Add(IPhreeqcBuild
2626
)
2727

2828

29-
pybind11_add_module(_iphreeqc MODULE "${CMAKE_SOURCE_DIR}/src/main.cpp")
29+
pybind11_add_module(_iphreeqc MODULE "${CMAKE_SOURCE_DIR}/src/bindings.cc")
3030

3131
add_dependencies(_iphreeqc IPhreeqcBuild)
3232

@@ -39,4 +39,4 @@ target_include_directories(_iphreeqc PRIVATE "${CMAKE_SOURCE_DIR}/iphreeqc-insta
3939

4040
target_link_libraries(_iphreeqc PRIVATE IPhreeqc)
4141

42-
install(TARGETS _iphreeqc DESTINATION phreeqc)
42+
install(TARGETS _iphreeqc DESTINATION phreeqc)
File renamed without changes.

0 commit comments

Comments
 (0)