CMakeLists.txt

changeset 301
8ccd6fdb30dc
parent 299
cf9a854b56a9
child 302
d59cb01d8031
--- a/CMakeLists.txt	Tue Jun 28 19:47:34 2022 +0300
+++ b/CMakeLists.txt	Tue Jun 28 19:49:45 2022 +0300
@@ -110,7 +110,6 @@
 	src/uiutilities.h
 	src/version.h
 	src/vertexmap.h
-	src/algorithm/earcut.h
 	src/gl/basicshaderprogram.h
 	src/gl/common.h
 	src/gl/compiler.h
@@ -126,6 +125,7 @@
 	src/ui/objecteditor.h
 	src/widgets/colorindexinput.h
 	src/widgets/colorselectdialog.h
+	thirdparty/earcut.h
 )
 set(FORM_FILES
 	src/about.ui

mercurial