summaryrefslogtreecommitdiff
path: root/src/ast/CMakeLists.txt
blob: e48e84eedfe093e7f8c35e4ebd08ad5f39d651f9 (plain)
1
2
3
4
5
SET(ast_SOURCES
  ExpressionAnalyzer.cpp
  ExpressionManipulator.cpp
)
ADD_LIBRARY(ast STATIC ${ast_SOURCES})