mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 02:33:15 +02:00
Revise TokenList2DsnLexer.cmake to take outCppFile and outHeaderFile optinally and enum mandatorily. Standardize the script's invocation technique within all the CMakeLists.txt files.
7 lines
220 B
C++
7 lines
220 B
C++
/*
|
|
* Do not delete this file. It will eventually become the new component
|
|
* library file DSN lexer which will replace the current library and library
|
|
* document file formats.
|
|
*/
|
|
#include "cmp_library_lexer.h"
|