tornavis/source/blender/makesdna/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
183 B
CMake
Raw Normal View History

# SPDX-FileCopyrightText: 2006 Blender Authors
#
# SPDX-License-Identifier: GPL-2.0-or-later
if(WITH_FREESTYLE)
add_definitions(-DWITH_FREESTYLE)
endif()
2009-05-17 14:25:06 +02:00
add_subdirectory(intern)