mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
Now, we know how big a record is, and should be able to parse all boards without missing bytes?
4 lines
132 B
CMake
4 lines
132 B
CMake
add_library( compoundfilereader INTERFACE )
|
|
|
|
target_include_directories( compoundfilereader INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} )
|