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

10 lines
207 B
CMake
Raw Permalink Normal View History

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