2 lines
87 B
CMake
2 lines
87 B
CMake
FILE(GLOB HDRS *.h)
|
|
INSTALL(FILES ${HDRS} DESTINATION include/eo/gp COMPONENT headers)
|