changed the program to fit and save trajectory in 4 different modes
[alexxy/gromacs-fitng.git] / src / CMakeLists.txt
1 set(GROMACS_CXX_FLAGS "${GROMACS_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
2 add_executable(fitng  fitng.cpp)
3 #add_library(fittingn STATIC fittingn.h fittingn.cpp)
4 include_directories(
5         ${GROMACS_INCLUDE_DIRS}
6         ${CMAKE_SOURCE_DIR}/include)
7 set_target_properties(fitng PROPERTIES
8         COMPILE_FLAGS "${GROMACS_CXX_FLAGS}")
9 target_link_libraries(fitng ${GROMACS_LIBRARIES})