diff options
Diffstat (limited to 'mcopidl/CMakeLists.txt')
-rw-r--r-- | mcopidl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcopidl/CMakeLists.txt b/mcopidl/CMakeLists.txt index 038e2b0..339cf28 100644 --- a/mcopidl/CMakeLists.txt +++ b/mcopidl/CMakeLists.txt @@ -20,7 +20,7 @@ include_directories( set( target mcopidl ) set( ${target}_SRCS - mcopidl.cc yacc.cc scanner.cc namespace.cc + mcopidl.cpp yacc.cpp scanner.cpp namespace.cpp ) tde_add_executable( ${target} |