Merge branch 'lua_versions' into main/rendor-staging
[ryzomcore.git] / ryzom / tools / pd_parser / CMakeLists.txt
blob3d43da48453ae16996d1309955966627c0752064
1 FILE(GLOB SRC *.cpp *.h)
3 ADD_EXECUTABLE(pd_parser ${SRC})
5 TARGET_LINK_LIBRARIES(pd_parser nelmisc)
7 NL_DEFAULT_PROPS(pd_parser "Ryzom, Tools: PD Parser")
8 NL_ADD_RUNTIME_FLAGS(pd_parser)
10 INSTALL(TARGETS pd_parser RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools)