mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-14 00:07:13 +02:00
13 lines
330 B
CMake
13 lines
330 B
CMake
add_executable(json_example json_file_read.cpp)
|
|
add_executable(numpy_example numpy_file_read.cpp)
|
|
|
|
|
|
target_link_libraries(json_example PRIVATE aare_compiler_flags)
|
|
target_link_libraries(numpy_example PRIVATE aare_compiler_flags)
|
|
|
|
target_link_libraries(json_example PUBLIC aare)
|
|
target_link_libraries(numpy_example PUBLIC aare)
|
|
|
|
|
|
|