certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/test/Billard CMakeLists.txt


From: CERTI CVS commits
Subject: [certi-cvs] certi/test/Billard CMakeLists.txt
Date: Mon, 09 Dec 2013 13:56:38 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      13/12/09 13:56:38

Modified files:
        test/Billard   : CMakeLists.txt 

Log message:
        Missing generated include path.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/test/Billard/CMakeLists.txt?cvsroot=certi&r1=1.13&r2=1.14

Patches:
Index: CMakeLists.txt
===================================================================
RCS file: /sources/certi/certi/test/Billard/CMakeLists.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- CMakeLists.txt      9 Dec 2013 13:48:01 -0000       1.13
+++ CMakeLists.txt      9 Dec 2013 13:56:19 -0000       1.14
@@ -2,7 +2,8 @@
   ${CMAKE_SOURCE_DIR}/libCERTI 
   ${CMAKE_SOURCE_DIR}/test/libgraphc
   ${CMAKE_SOURCE_DIR}/include/
-  ${CMAKE_SOURCE_DIR}/include/hla-1_3)
+  ${CMAKE_SOURCE_DIR}/include/hla-1_3
+  ${CMAKE_BINARY_DIR}/include/hla-1_3)
 include_directories(${CERTI_SOURCE_DIR}/libHLA)
 
 IF (WIN32)



reply via email to

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