From fb0eb6abac31ab1945a5b32e68824c9f9420d71f Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 19 Feb 2023 19:03:51 -0600 Subject: refactor: bind (nearly) all nvg functions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3713c73..e434700 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,4 +80,4 @@ add_subdirectory(${SRC_ROOT}/test) add_subdirectory(${SRC_ROOT}/util) add_subdirectory(${SRC_ROOT}/import) add_subdirectory(${SRC_ROOT}/ode) -add_subdirectory(${SRC_ROOT}/vector) +add_subdirectory(${SRC_ROOT}/nvg) -- cgit v1.2.1