mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
10 lines
256 B
CMake
10 lines
256 B
CMake
add_library(small::small INTERFACE IMPORTED)
|
|
|
|
target_include_directories(small::small
|
|
INTERFACE
|
|
${CMAKE_CURRENT_LIST_DIR}/../third-party/small/include)
|
|
|
|
|
|
target_compile_definitions(small::small
|
|
INTERFACE
|
|
SMALL_DISABLE_EXCEPTIONS=1)
|