We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec08fca commit 7c9e010Copy full SHA for 7c9e010
2 files changed
ortools/glop/CMakeLists.txt
@@ -13,6 +13,8 @@
13
14
file(GLOB _SRCS "*.h" "*.cc")
15
list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc")
16
+list(FILTER _SRCS EXCLUDE REGEX ".*/preprocessor_testing.cc")
17
+list(FILTER _SRCS EXCLUDE REGEX ".*/preprocessor_testing.h")
18
set(NAME ${PROJECT_NAME}_glop)
19
20
# Will be merge in libortools.so
ortools/lp_data/CMakeLists.txt
@@ -12,6 +12,9 @@
12
# limitations under the License.
+list(FILTER _SRCS EXCLUDE REGEX ".*/.*_test.cc")
+list(FILTER _SRCS EXCLUDE REGEX ".*/.*_testing.cc")
+list(FILTER _SRCS EXCLUDE REGEX ".*/.*_testing.h")
set(NAME ${PROJECT_NAME}_lp_data)
0 commit comments