Initial commit
[alexxy/gromacs-sans.git] / src / CMakeLists.txt
1 add_executable(sans  sans.cpp)
2 include_directories(
3         ${GROMACS_INCLUDE_DIRS}
4         ${CMAKE_SOURCE_DIR}/include)
5 set_target_properties(sans PROPERTIES
6                       COMPILE_FLAGS "${GROMACS_CXX_FLAGS}")
7 target_link_libraries(sans ${GROMACS_LIBRARIES})