We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f90849 commit 53b958dCopy full SHA for 53b958d
CMakeLists.txt
@@ -26,7 +26,7 @@ ExternalProject_Add(IPhreeqcBuild
26
)
27
28
29
-pybind11_add_module(_iphreeqc MODULE "${CMAKE_SOURCE_DIR}/src/main.cpp")
+pybind11_add_module(_iphreeqc MODULE "${CMAKE_SOURCE_DIR}/src/bindings.cc")
30
31
add_dependencies(_iphreeqc IPhreeqcBuild)
32
@@ -39,4 +39,4 @@ target_include_directories(_iphreeqc PRIVATE "${CMAKE_SOURCE_DIR}/iphreeqc-insta
39
40
target_link_libraries(_iphreeqc PRIVATE IPhreeqc)
41
42
-install(TARGETS _iphreeqc DESTINATION phreeqc)
+install(TARGETS _iphreeqc DESTINATION phreeqc)
src/main.cpp src/bindings.ccsrc/main.cpp renamed to src/bindings.cc
0 commit comments