Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/CMakeLists.txt')
-rw-r--r--utils/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 77966432..31d67575 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -33,6 +33,7 @@ set(SOURCES
src/CharClasses.cpp
src/POpen.cpp
src/VT256ColorTable.cpp
+ src/ReadWholeFile.cpp
)
add_library (utils ${SOURCES})