src/CMakeLists.txt
branchv_0
changeset 14 012d491e219a
parent 10 1ae185cac1f3
--- a/src/CMakeLists.txt	Sat Jun 06 01:50:42 2020 +0200
+++ b/src/CMakeLists.txt	Wed Sep 23 11:23:12 2020 +0200
@@ -29,6 +29,7 @@
 # Executable output:
 add_executable(
 	${EXECUTABLE_FILE}
+	CSVCommand.cpp
 	relpipe-in-csv.cpp
 )