added new nodevalue types to cmake

This commit is contained in:
itsmattkc
2019-12-04 20:11:55 +11:00
parent bc0f01d9a3
commit 0ad003a7f6
+2
View File
@@ -44,5 +44,7 @@ set(OLIVE_SOURCES
node/output.cpp
node/param.h
node/param.cpp
node/value.h
node/value.cpp
PARENT_SCOPE
)