mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-12 23:37:13 +02:00
9 lines
200 B
CMake
9 lines
200 B
CMake
add_executable(example "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp")
|
|
|
|
target_include_directories(example PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
|
|
|
|
target_link_libraries(example PRIVATE aare_compiler_flags)
|
|
|
|
|
|
|