"vscode:/vscode.git/clone" did not exist on "b0500dde9a108701623cb80ef5e92006aca35c10"
CMakeLists.txt 171 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
7
8
9
10
11
12
# dependencies

find_package(Threads REQUIRED)

# third-party

include_directories(${CMAKE_CURRENT_SOURCE_DIR})

if (EMSCRIPTEN)
else()
    add_subdirectory(vdot)
endif()