mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-22 11:37:59 +02:00
7 lines
140 B
CMake
7 lines
140 B
CMake
add_executable(example "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp")
|
|
|
|
target_include_directories(example PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
|
|
|
|
|
|
|