mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
3 lines
108 B
CMake
3 lines
108 B
CMake
FILE(GLOB INCLUDE_FILES "json/*.h")
|
|
INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${INCLUDE_INSTALL_DIR}/json)
|