add missing bullet header to cmake, quiet reports from 'make test_cmake'

This commit is contained in:
Campbell Barton
2013-02-06 04:16:28 +00:00
parent 441c7fb79a
commit a78cf854b4
3 changed files with 27 additions and 3 deletions

View File

@@ -23,7 +23,9 @@ set(SRC
)
if(WITH_NETWORK)
list(APPEND SRC device_network.cpp)
list(APPEND SRC
device_network.cpp
)
endif()
set(SRC_HEADERS