From e77c10d31dbfed2acedd989ff150cb631025b1d3 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 26 Apr 2016 15:11:43 -0600 Subject: [PATCH] light: build polylib --- light/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/light/CMakeLists.txt b/light/CMakeLists.txt index e550f91f..242ea735 100644 --- a/light/CMakeLists.txt +++ b/light/CMakeLists.txt @@ -17,6 +17,7 @@ set(LIGHT_SOURCES ${CMAKE_SOURCE_DIR}/common/mathlib.c ${CMAKE_SOURCE_DIR}/common/log.c ${CMAKE_SOURCE_DIR}/common/threads.c + ${CMAKE_SOURCE_DIR}/common/polylib.c ${COMMON_INCLUDES} ${LIGHT_INCLUDES})