Files
aare/examples/CMakeLists.txt
2024-03-05 15:40:04 +01:00

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)