Annotation of /linden_release/linden/indra/llinventory/CMakeLists.txt
Parent Directory
|
Revision Log
Revision 57 - (view) (download)
| 1 : | mjm | 57 | # -*- cmake -*- |
| 2 : | |||
| 3 : | project(llinventory) | ||
| 4 : | |||
| 5 : | include(00-Common) | ||
| 6 : | include(LLCommon) | ||
| 7 : | include(LLMath) | ||
| 8 : | include(LLMessage) | ||
| 9 : | include(LLXML) | ||
| 10 : | |||
| 11 : | include_directories( | ||
| 12 : | ${LLCOMMON_INCLUDE_DIRS} | ||
| 13 : | ${LLMATH_INCLUDE_DIRS} | ||
| 14 : | ${LLMESSAGE_INCLUDE_DIRS} | ||
| 15 : | ${LLXML_INCLUDE_DIRS} | ||
| 16 : | ) | ||
| 17 : | |||
| 18 : | set(llinventory_SOURCE_FILES | ||
| 19 : | llcategory.cpp | ||
| 20 : | lleconomy.cpp | ||
| 21 : | llinventory.cpp | ||
| 22 : | llinventorytype.cpp | ||
| 23 : | lllandmark.cpp | ||
| 24 : | llnotecard.cpp | ||
| 25 : | llparcel.cpp | ||
| 26 : | llpermissions.cpp | ||
| 27 : | llsaleinfo.cpp | ||
| 28 : | lltransactionflags.cpp | ||
| 29 : | lluserrelations.cpp | ||
| 30 : | ) | ||
| 31 : | |||
| 32 : | set(llinventory_HEADER_FILES | ||
| 33 : | CMakeLists.txt | ||
| 34 : | |||
| 35 : | llcategory.h | ||
| 36 : | lleconomy.h | ||
| 37 : | llinventory.h | ||
| 38 : | llinventorytype.h | ||
| 39 : | lllandmark.h | ||
| 40 : | llnotecard.h | ||
| 41 : | llparcel.h | ||
| 42 : | llparcelflags.h | ||
| 43 : | llpermissions.h | ||
| 44 : | llpermissionsflags.h | ||
| 45 : | llsaleinfo.h | ||
| 46 : | lltransactionflags.h | ||
| 47 : | lltransactiontypes.h | ||
| 48 : | lluserrelations.h | ||
| 49 : | ) | ||
| 50 : | |||
| 51 : | set_source_files_properties(${llinventory_HEADER_FILES} | ||
| 52 : | PROPERTIES HEADER_FILE_ONLY TRUE) | ||
| 53 : | |||
| 54 : | list(APPEND llinventory_SOURCE_FILES ${llinventory_HEADER_FILES}) | ||
| 55 : | |||
| 56 : | add_library (llinventory ${llinventory_SOURCE_FILES}) |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

