4 lines
131 B
CMake
4 lines
131 B
CMake
|
add_library(simdjson-windows-headers INTERFACE)
|
||
|
if(MSVC)
|
||
|
target_include_directories(simdjson-windows-headers INTERFACE .)
|
||
|
endif()
|