mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-11 19:10:34 +00:00
7 lines
No EOL
139 B
CMake
7 lines
No EOL
139 B
CMake
# Add header-only library
|
|
add_library(temporal INTERFACE)
|
|
|
|
target_include_directories(temporal
|
|
INTERFACE
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
) |