mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
9 lines
273 B
CMake
9 lines
273 B
CMake
FILE(GLOB SRC *.cpp *.h)
|
|
|
|
ADD_EXECUTABLE(icon_search ${SRC})
|
|
|
|
TARGET_LINK_LIBRARIES(icon_search nelmisc)
|
|
NL_DEFAULT_PROPS(icon_search "Ryzom, Tools, Misc: Icon Search")
|
|
NL_ADD_RUNTIME_FLAGS(icon_search)
|
|
|
|
INSTALL(TARGETS icon_search RUNTIME DESTINATION bin COMPONENT tools)
|