Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « makesdna « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a48b6e4928ec708fa1fe999c7d21a3331668a7e (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2006 Blender Foundation. All rights reserved.

if(WITH_FREESTYLE)
  add_definitions(-DWITH_FREESTYLE)
endif()

add_subdirectory(intern)