Browse code

Also add the RegEx validator to the CMake script.

Naram Qashat authored on 2021/03/29 22:59:16
Showing 1 changed files
... ...
@@ -211,6 +211,7 @@ set(HEADERS
211 211
 	DialogBuilder.h
212 212
 	eqstr.h
213 213
 	ltstr.h
214
+	RegExValidator.h
214 215
 	TagList.h
215 216
 	windowsh_wrapper.h
216 217
 	XSFCommon.h
... ...
@@ -220,6 +221,7 @@ set(HEADERS
220 221
 set(SOURCES
221 222
 	DialogBuilder.cpp
222 223
 	in_xsf.cpp
224
+	RegExValidator.cpp
223 225
 	TagList.cpp
224 226
 	XSFConfig.cpp
225 227
 	XSFConfig_Winamp.cpp