add_executable(example-project Main.cpp)
target_link_libraries(example-project ${CMAKE_BINARY_DIR}/src/example-project/libexample_project.so)
