set (SOURCES "main.cpp"
             "singleprotofilament.h"
             "singleprotoconstants.h"
             "singleprotoconstants.cpp"
#             "forcesphere.cpp"
#             "forcesphere.h"
             "protodisplacement.cpp"
             "protodisplacement.h"
    )

include_directories(${CMAKE_SOURCE_DIR}/src)

LINK_DIRECTORIES(${CMAKE_SOURCE_DIR}/lib)

add_executable(SingleProtofilament ${SOURCES})

TARGET_LINK_LIBRARIES(SingleProtofilament MTRestart0)
