blob: eb200e96e8d2b3cca6c048136becaa97863e0a26 (
plain)
1
2
3
4
5
6
7
8
|
set(grid_PART_SRCS grid.cpp)
include_directories( ${CMAKE_BINARY_DIR}/src )
add_library(grid2 SHARED EXCLUDE_FROM_ALL ${grid_PART_SRCS})
target_link_libraries(grid2 inkscape_base)
|