poet/app/CMakeLists.txt
Max Lübke fb8a8d24b6 Refactor build process
Now include/app paths are combined in the src dir.
2024-03-06 11:26:52 +01:00

7 lines
205 B
CMake

# add_executable(poet poet.cpp)
# target_include_directories(poet PUBLIC "${CMAKE_CURRENT_BINARY_DIR}")
# target_link_libraries(poet PUBLIC poet_lib MPI::MPI_CXX)
# install(TARGETS poet DESTINATION bin)