mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
7 lines
205 B
CMake
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)
|