# Add the executable
add_executable(Example main.cpp)

# Link against the library
target_link_libraries(Example MedicalLib)
