summaryrefslogtreecommitdiff
path: root/vendor/eternal.cmake
blob: 1239a8a43d91af39a4f1cd8b717624e484283673 (plain)
1
2
3
4
5
add_library(eternal INTERFACE)

target_include_directories(eternal SYSTEM INTERFACE
    ${CMAKE_SOURCE_DIR}/vendor/eternal/include
)