mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
11 lines
194 B
CMake
11 lines
194 B
CMake
add_library(DataStructures OBJECT
|
|
Field.cpp
|
|
)
|
|
|
|
target_link_libraries(DataStructures
|
|
PUBLIC RRuntime
|
|
)
|
|
|
|
target_include_directories(DataStructures
|
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
|
) |