Fix Bug 961, add ldg-context.el and ldg-schedule.el to CMakeLists.txt

This commit is contained in:
Craig Earls 2013-05-09 13:40:14 -07:00
parent fdbae766c1
commit 60e606a651

View file

@ -15,7 +15,9 @@ set(EMACS_LISP_SOURCES
ldg-state.el ldg-state.el
ldg-test.el ldg-test.el
ldg-texi.el ldg-texi.el
ldg-xact.el) ldg-xact.el
ldg-context.el
ldg-schedule.el)
# find emacs and complain if not found # find emacs and complain if not found
find_program(EMACS_EXECUTABLE emacs) find_program(EMACS_EXECUTABLE emacs)