mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
6 lines
122 B
CMake
6 lines
122 B
CMake
add_library(cxx_function INTERFACE)
|
|
|
|
target_include_directories(cxx_function
|
|
INTERFACE
|
|
"${CMAKE_CURRENT_LIST_DIR}")
|