mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
6 lines
No EOL
112 B
CMake
6 lines
No EOL
112 B
CMake
add_library(utf8 INTERFACE)
|
|
|
|
target_include_directories(utf8
|
|
INTERFACE
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
) |