certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libRTI CMakeLists.txt


From: CERTI CVS commits
Subject: [certi-cvs] certi/libRTI CMakeLists.txt
Date: Mon, 16 Dec 2013 14:07:29 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/12/16 14:07:29

Modified files:
        libRTI         : CMakeLists.txt 

Log message:
        Fix build error on Windows+Code::Blocks

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libRTI/CMakeLists.txt?cvsroot=certi&r1=1.29&r2=1.30

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/libRTI/CMakeLists.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- CMakeLists.txt      9 Dec 2013 13:47:59 -0000       1.29
+++ CMakeLists.txt      16 Dec 2013 14:07:29 -0000      1.30
@@ -18,6 +18,8 @@
   target_link_libraries(VarData1516)
   set_target_properties(VarData1516 PROPERTIES PROJECT_LABEL LibVarData1516)
   set_target_properties(VarData1516 PROPERTIES COMPILE_FLAGS 
"-DRTI_DISABLE_WARNINGS -DSTATIC_RTI")
+  set_target_properties(VarData1516 PROPERTIES INCLUDE_DIRECTORIES
+                      
"${CMAKE_SOURCE_DIR}/include/ieee1516-2000;${CMAKE_SOURCE_DIR}/include;${CMAKE_SOURCE_DIR}/libCERTI;${CMAKE_BINARY_DIR}/")
 
   # There shouldn't be any def file for STATIC library since this is not a DLL
   # Commenting out next line.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]