diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2011-01-31 21:58:41 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2011-01-31 21:58:41 +0100 |
commit | caf06ff4e8800ff69eee59b6cf3c277f8463bb47 (patch) | |
tree | 11d169f7b84a91ccdea67fbd5dbf72c7a21774bc /CMakeLists.txt | |
parent | 6ff28b09927d87190fe4961cc61bd9e0f9879ba8 (diff) | |
download | logdiag-caf06ff4e8800ff69eee59b6cf3c277f8463bb47.tar.gz logdiag-caf06ff4e8800ff69eee59b6cf3c277f8463bb47.tar.xz logdiag-caf06ff4e8800ff69eee59b6cf3c277f8463bb47.zip |
Introduce LdUndoAction.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa70ac..4c83c36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,6 +110,7 @@ set (project_DOC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/docs/reference") set (liblogdiag_SOURCES liblogdiag/ld-marshal.c liblogdiag/ld-types.c + liblogdiag/ld-undo-action.c liblogdiag/ld-diagram.c liblogdiag/ld-diagram-object.c liblogdiag/ld-diagram-symbol.c @@ -125,6 +126,7 @@ set (liblogdiag_HEADERS liblogdiag/liblogdiag.h liblogdiag/ld-marshal.h liblogdiag/ld-types.h + liblogdiag/ld-undo-action.h liblogdiag/ld-diagram.h liblogdiag/ld-diagram-object.h liblogdiag/ld-diagram-symbol.h |