Revision: 75818
          http://sourceforge.net/p/brlcad/code/75818
Author:   starseeker
Date:     2020-05-15 14:17:34 +0000 (Fri, 15 May 2020)
Log Message:
-----------
Using libbu, need header includes

Modified Paths:
--------------
    brlcad/trunk/regress/repository/CMakeLists.txt

Modified: brlcad/trunk/regress/repository/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/repository/CMakeLists.txt      2020-05-15 14:12:34 UTC 
(rev 75817)
+++ brlcad/trunk/regress/repository/CMakeLists.txt      2020-05-15 14:17:34 UTC 
(rev 75818)
@@ -1,3 +1,8 @@
+include_directories(
+  ${BRLCAD_BINARY_DIR}/include
+  ${BRLCAD_SOURCE_DIR}/include
+  )
+
 add_executable(repocheck repocheck.cpp)
 target_link_libraries(repocheck libbu ${CMAKE_THREAD_LIBS_INIT})
 if (O3_COMPILER_FLAG)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to