Add missing files to CMakeLists

pull/153/head
Hleb Valoshka 2018-12-08 02:25:39 +03:00
parent 7931114b9f
commit 8aaf7fb205
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,10 @@ set(CELENGINE_SOURCES
boundaries.h
catalogxref.cpp
catalogxref.h
category.cpp
category.h
catentry.cpp
catentry.h
celestia.h
cmdparser.cpp
cmdparser.h

View File

@ -19,6 +19,8 @@ set(CELESTIA_SOURCES
)
set(CELX_SOURCES
celx_category.cpp
celx_category.h
celx_celestia.cpp
celx_celestia.h
celx.cpp