Browse Source

Add FunctionExecutionStateMachine to CMakeList for non-Windows builds

Thomas Moore 8 years ago
parent
commit
061290eb53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Runtime/Base/CMakeLists.txt

+ 1 - 0
lib/Runtime/Base/CMakeLists.txt

@@ -10,6 +10,7 @@ add_library (Chakra.Runtime.Base OBJECT
     Exception.cpp
     ExpirableObject.cpp
     FunctionBody.cpp
+    FunctionExecutionStateMachine.cpp
     FunctionInfo.cpp
     LeaveScriptObject.cpp
     LineOffsetCache.cpp