Merge branch 'fixes' into main/rendor-staging
[ryzomcore.git] / ryzom / tools / leveldesign / icon_search / CMakeLists.txt
blobc1d2a47e18721f48c6229da695b65d2dbfddec26
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(icon_search ${SRC})
5 TARGET_LINK_LIBRARIES(icon_search nelmisc)
6 NL_DEFAULT_PROPS(icon_search "Ryzom, Tools, Misc: Icon Search")
7 NL_ADD_RUNTIME_FLAGS(icon_search)
9 INSTALL(TARGETS icon_search RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)