set(H_LIST
	CppBase.h
	keyword.i
	Copying
)

set(SRC_LIST
	Pre.cpp
	cpplex.cpp
	Parser.cpp
	Base.cpp
	Scopefo.cpp
	Qualify.cpp
)

add_library(CppBase ${SRC_LIST})

set(USES_LIST Core)

add_dependencies(CppBase ${USES_LIST})
target_link_libraries(CppBase ${USES_LIST})
