mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-13 15:57:14 +02:00
8 lines
183 B
CMake
8 lines
183 B
CMake
add_executable(example "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp")
|
|
|
|
target_include_directories(example PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
|
|
|
|
target_link_libraries(example PUBLIC aare)
|
|
|
|
|