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