light: build polylib

This commit is contained in:
Eric Wasylishen 2016-04-26 15:11:43 -06:00
parent f65565ba62
commit e77c10d31d
1 changed files with 1 additions and 0 deletions

View File

@ -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})