add_executable(${PROJECT_NAME}_app app.cpp)
target_link_libraries(${PROJECT_NAME}_app PUBLIC Logic Encodings)
