privatellm / pocs /CMakeLists.txt
lhhj
first
57e3690
raw
history blame contribute delete
171 Bytes
# dependencies
find_package(Threads REQUIRED)
# third-party
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
if (EMSCRIPTEN)
else()
add_subdirectory(vdot)
endif()