changeset 259:37a7d9ed4696

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 30 May 2020 10:53:09 +0200
parents cd60e7a2960d
children 620ed85fb514
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Sat May 30 10:28:56 2020 +0200
+++ b/CMakeLists.txt	Sat May 30 10:53:09 2020 +0200
@@ -159,6 +159,7 @@
   )
 
 add_executable(UnitTests
+  ${AUTOGENERATED_SOURCES}
   ${CORE_SOURCES}
   ${GOOGLE_TEST_SOURCES}
   UnitTestsSources/UnitTestsMain.cpp