stuff-from-scratch/test/compiler/CMakeLists.txt

9 lines
176 B
CMake
Raw Normal View History

2022-11-30 18:28:50 +00:00
set(COMPILER_UNIT_TEST_FILES
compiler/TestTemplatingEngine.cpp
PARENT_SCOPE
)
set(COMPILER_UNIT_TEST_DEPENDENCIES
compiler
PARENT_SCOPE
)