3 lines
103 B
CMake
3 lines
103 B
CMake
FILE(GLOB HEADERS *.h)
|
|
|
|
INSTALL(FILES ${HEADERS} DESTINATION include/nel/georges COMPONENT headers)
|