aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-04-01 21:31:28 +0200
committerAdrian Kummerlaender2016-04-01 21:31:28 +0200
commitae7ea39966236965500faa96c42986bf35cc9af3 (patch)
tree0d81cbcc1062ef7ade18f3979aca0db82c407242 /CMakeLists.txt
parent1d6e1df13b1b27bcf7144e03137b9a4f6acbcdcd (diff)
downloadjustify-ae7ea39966236965500faa96c42986bf35cc9af3.tar
justify-ae7ea39966236965500faa96c42986bf35cc9af3.tar.gz
justify-ae7ea39966236965500faa96c42986bf35cc9af3.tar.bz2
justify-ae7ea39966236965500faa96c42986bf35cc9af3.tar.lz
justify-ae7ea39966236965500faa96c42986bf35cc9af3.tar.xz
justify-ae7ea39966236965500faa96c42986bf35cc9af3.tar.zst
justify-ae7ea39966236965500faa96c42986bf35cc9af3.zip
Improve distribution of remaining spaces after base addition
Removed random utility class as it was over-designed.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b24d21d..2a7b6a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,5 +14,4 @@ add_executable(
justify
justify.cc
src/line_accumulator.cc
- src/random.cc
)