2023-06-21 03:50:36 +00:00
|
|
|
add_library(small::small INTERFACE IMPORTED)
|
|
|
|
|
|
|
|
target_include_directories(small::small
|
|
|
|
INTERFACE
|
2023-10-30 17:44:34 +00:00
|
|
|
${TR_THIRD_PARTY_SOURCE_DIR}/small/include)
|
2023-06-21 03:50:36 +00:00
|
|
|
|
2023-10-18 20:18:38 +00:00
|
|
|
target_compile_definitions(small::small
|
2023-06-21 03:50:36 +00:00
|
|
|
INTERFACE
|
|
|
|
SMALL_DISABLE_EXCEPTIONS=1)
|