mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 13:05:01 +00:00
b707c84b62
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} )
|