mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-02-16 12:28:56 +00:00
4 lines
108 B
CMake
4 lines
108 B
CMake
add_library( turtle INTERFACE )
|
|
|
|
target_include_directories( turtle INTERFACE ${CMAKE_CURRENT_SOURCE_DIR} )
|