This is already the case for most CMake usage. Although some find modules are an exception to this, as they were originally maintained externally they use some different conventions. Also corrected bad indentation in: intern/cycles/CMakeLists.txt
17 lines
369 B
CMake
17 lines
369 B
CMake
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright 2014 Blender Foundation. All rights reserved.
|
|
|
|
set(INC
|
|
.
|
|
..
|
|
../..
|
|
../../../makesdna
|
|
../../../../../intern/guardedalloc
|
|
../../../../../intern/atomic
|
|
)
|
|
|
|
include_directories(${INC})
|
|
|
|
blender_test_performance(BLI_ghash_performance "bf_blenlib")
|
|
blender_test_performance(BLI_task_performance "bf_blenlib")
|