HW2 Publish
This commit is contained in:
17
files.cmake
Normal file
17
files.cmake
Normal file
@@ -0,0 +1,17 @@
|
||||
set(SRC_FILES
|
||||
Snack.cpp
|
||||
Storage.cpp
|
||||
StorageManager.cpp
|
||||
)
|
||||
|
||||
set(INCLUDE_FILES
|
||||
Snack.hpp
|
||||
Storage.hpp
|
||||
StorageManager.hpp
|
||||
)
|
||||
|
||||
set(TEST_FILES
|
||||
ut_snack.cpp
|
||||
ut_storage.cpp
|
||||
ut_storage_manager.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user