7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 13:05:01 +00:00
kicad/thirdparty/compoundfilereader/CMakeLists.txt
Thomas Pointhuber b707c84b62 Use Record handling for parsing
Now, we know how big a record is, and should be able to parse all boards without missing bytes?
2020-04-03 23:22:24 +00:00

4 lines
132 B
CMake

add_library( compoundfilereader INTERFACE )
target_include_directories( compoundfilereader INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} )