GH #360: CMakeLists foundation: add Clock.cpp in the list of source files
This commit is contained in:
Родитель
9f479be862
Коммит
fefdee93f7
|
@ -39,6 +39,7 @@ set( BASE_SRCS
|
|||
src/ByteOrder.cpp
|
||||
src/Channel.cpp
|
||||
src/Checksum.cpp
|
||||
src/Clock.cpp
|
||||
src/Condition.cpp
|
||||
src/Configurable.cpp
|
||||
src/ConsoleChannel.cpp
|
||||
|
|
|
@ -14,6 +14,7 @@ src/ByteOrderTest.cpp
|
|||
src/CacheTestSuite.cpp
|
||||
src/ChannelTest.cpp
|
||||
src/ClassLoaderTest.cpp
|
||||
src/ClockTest.cpp
|
||||
src/ConditionTest.cpp
|
||||
src/CoreTest.cpp
|
||||
src/CoreTestSuite.cpp
|
||||
|
|
Загрузка…
Ссылка в новой задаче