Salome HOME
Fix regression after - bos #35156 Non planar Faces
[modules/shaper.git] / src / Events / CMakeLists.txt
index 1fd4485debc759d6d61e0b1a0e115c19f4ec607e..e75eb34dce15c500a28cc375adadddeed427ce58 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -30,6 +30,7 @@ SET(PROJECT_HEADERS
     Events_Loop.h
     Events_LongOp.h
     Events_InfoMessage.h
+    Events_MessageBool.h
 )
 
 SET(PROJECT_SOURCES
@@ -39,6 +40,11 @@ SET(PROJECT_SOURCES
     Events_Loop.cpp
     Events_LongOp.cpp
     Events_InfoMessage.cpp
+    Events_MessageBool.cpp
+)
+
+SET(PROJECT_LIBRARIES
+    Locale
 )
 
 ADD_DEFINITIONS(-DEVENTS_EXPORTS)
@@ -50,6 +56,7 @@ SET_SOURCE_FILES_PROPERTIES(Events.i PROPERTIES CPLUSPLUS ON)
 SET_SOURCE_FILES_PROPERTIES(Events.i PROPERTIES SWIG_DEFINITIONS "-shadow")
 
 INCLUDE_DIRECTORIES(
+    ../Locale
 )
 
 TARGET_LINK_LIBRARIES(Events ${PROJECT_LIBRARIES})