/
thomas-king
/
CodeGenerator
Обзор
Документация
Войти
/
thomas-king
/
CodeGenerator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
test/FunctionDeclarationTests/CMakeLists.txt
14 строк
280 B
Ace Rodstin
Update project structure.
24 окт 2023, 16:47
24 окт 2023, 16:47
fa59098
Код
Авторство
О чём код?
add_executable( FunctionDeclarationTests "FunctionDeclarationTests.cpp" ) target_link_libraries( FunctionDeclarationTests GTest::gtest_main code_generator_models code_generator_services ) include(GoogleTest) gtest_discover_tests(FunctionDeclarationTests)