xo-numeric/src/expression/CMakeLists.txt

17 lines
384 B
CMake

# expression/CMakeLists.txt
set(SELF_LIB xo_expression)
set(SELF_SRCS
Expression.cpp
Apply.cpp
Lambda.cpp
Variable.cpp
#init_reflect.cpp
)
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
xo_dependency(${SELF_LIB} reflect)
#xo_dependency(${SELF_LIB} indentlog)
#xo_dependency(${SELF_LIB} subsys)
# end CMakeLists.txt