Merge release-4-6 into master
[alexxy/gromacs.git] / src / programs / g_protonate / CMakeLists.txt
index b330f848880274dcf3ad23c0c8e6809a162f6894..3c542cac0fbc33ec559fa77138b130c67dc84f63 100644 (file)
@@ -1,6 +1,6 @@
 include_directories(${CMAKE_SOURCE_DIR}/src/gromacs/gmxpreprocess)
 
-file(GLOB PROTONATE_SOURCES g_protonate.c)
+file(GLOB PROTONATE_SOURCES g_protonate.c ../main.cpp)
 
 add_executable(g_protonate ${PROTONATE_SOURCES})
 gmx_add_man_page(g_protonate)