Changeset View
Changeset View
Standalone View
Standalone View
tests/gtests/testing/CMakeLists.txt
| Show All 12 Lines | |||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software Foundation, | # along with this program; if not, write to the Free Software Foundation, | ||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # | # | ||||
| # The Original Code is Copyright (C) 2014, Blender Foundation | # The Original Code is Copyright (C) 2014, Blender Foundation | ||||
| # All rights reserved. | # All rights reserved. | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| add_definitions(${GFLAGS_DEFINES}) | |||||
| add_definitions(${GLOG_DEFINES}) | |||||
| add_definitions(-DBLENDER_GFLAGS_NAMESPACE=${GFLAGS_NAMESPACE}) | |||||
| set(INC | set(INC | ||||
| . | . | ||||
| .. | .. | ||||
| ${GLOG_INCLUDE_DIRS} | ${GLOG_INCLUDE_DIRS} | ||||
| ${GFLAGS_INCLUDE_DIRS} | ${GFLAGS_INCLUDE_DIRS} | ||||
| ../../../extern/gtest/include | ../../../extern/gtest/include | ||||
| ) | ) | ||||
| Show All 13 Lines | |||||