From 06016220c086fcbda543a10c66620b7b773952cb Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Fri, 31 Jul 2020 12:41:29 +0300 Subject: [PATCH] build: add affine2d to CMake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ad397a..f136fda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ add_library(${PROJECT_NAME} src/curve.c src/bezier.c src/ray.c + src/affine2d.c ) set_target_properties(${PROJECT_NAME} PROPERTIES