|
| 1 | +# xplat-todo: This is a skeleton make file and not used in build yet. |
| 2 | +# Please add this to build and fix issues. |
| 3 | + |
| 4 | +add_library (Chakra.Runtime.Language |
| 5 | + AsmJs.cpp |
| 6 | + AsmJsByteCodeGenerator.cpp |
| 7 | + AsmJsCodeGenerator.cpp |
| 8 | + AsmJsEncoder.cpp |
| 9 | + AsmJsLink.cpp |
| 10 | + AsmJsModule.cpp |
| 11 | + AsmJsTypes.cpp |
| 12 | + AsmJsUtils.cpp |
| 13 | + CacheOperators.cpp |
| 14 | + CodeGenRecyclableData.cpp |
| 15 | + DynamicProfileInfo.cpp |
| 16 | + DynamicProfileMutator.cpp |
| 17 | + DynamicProfileStorage.cpp |
| 18 | + ExecutionMode.cpp |
| 19 | + FunctionCodeGenJitTimeData.cpp |
| 20 | + FunctionCodeGenRuntimeData.cpp |
| 21 | + InlineCache.cpp |
| 22 | + InterpreterStackFrame.cpp |
| 23 | + JavascriptConversion.cpp |
| 24 | + JavascriptExceptionObject.cpp |
| 25 | + JavascriptExceptionOperators.cpp |
| 26 | + JavascriptMathOperators.cpp |
| 27 | + JavascriptNativeOperators.cpp |
| 28 | + JavascriptOperators.cpp |
| 29 | + JavascriptStackWalker.cpp |
| 30 | + ProfilingHelpers.cpp |
| 31 | + ReadOnlyDynamicProfileInfo.cpp |
| 32 | + RuntimeLanguagePch.cpp |
| 33 | + SimdBool16x8Operation.cpp |
| 34 | + SimdBool16x8OperationX86X64.cpp |
| 35 | + SimdBool32x4Operation.cpp |
| 36 | + SimdBool32x4OperationX86X64.cpp |
| 37 | + SimdBool8x16Operation.cpp |
| 38 | + SimdBool8x16OperationX86X64.cpp |
| 39 | + SimdFloat32x4Operation.cpp |
| 40 | + SimdFloat32x4OperationX86X64.cpp |
| 41 | + SimdFloat64x2Operation.cpp |
| 42 | + SimdFloat64x2OperationX86X64.cpp |
| 43 | + SimdInt16x8Operation.cpp |
| 44 | + SimdInt16x8OperationX86X64.cpp |
| 45 | + SimdInt32x4Operation.cpp |
| 46 | + SimdInt32x4OperationX86X64.cpp |
| 47 | + SimdInt8x16Operation.cpp |
| 48 | + SimdInt8x16OperationX86X64.cpp |
| 49 | + SimdUint16x8Operation.cpp |
| 50 | + SimdUint16x8OperationX86X64.cpp |
| 51 | + SimdUint32x4Operation.cpp |
| 52 | + SimdUint32x4OperationX86X64.cpp |
| 53 | + SimdUint8x16Operation.cpp |
| 54 | + SimdUint8x16OperationX86X64.cpp |
| 55 | + SimdUtils.cpp |
| 56 | + SourceDynamicProfileManager.cpp |
| 57 | + SourceTextModuleRecord.cpp |
| 58 | + StackTraceArguments.cpp |
| 59 | + TaggedInt.cpp |
| 60 | + ValueType.cpp |
| 61 | + amd64\AsmJsJitTemplate.cpp |
| 62 | + amd64\StackFrame.cpp |
| 63 | + arm64\StackFrame.cpp |
| 64 | + arm\StackFrame.cpp |
| 65 | + i386\AsmJsJitTemplate.cpp |
| 66 | + i386\StackFrame.cpp |
| 67 | + ) |
| 68 | + |
| 69 | +target_include_directories ( |
| 70 | + Chakra.Runtime.Language PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |
0 commit comments