mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-13 07:47:13 +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}")
|
|
|
|
|
|
|