-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
Description
I'm having trouble following the build instructions.
First. Both the compute-runtime and the graphics-compiler both call for identical workspaces and say to create a 'build' directory for cmake. Both projects can't share the same build dir.
- Am I expected to have 2 separate workspaces, 1 for the runtime and 1 for the compiler?
- Should I have 2 build dir's in a single workspace, 1 for the runtime and 1 more the compiler?
Second. GoogleMock has been merged into GoogleTest several years ago. The CMakeList.txt for the runtime still seems to assume gtest and gmock are separate projects.
- Should I be using an old gmock and gtest from when they where seperate projects?
Third. Related to the second, the runtime has several dependencies. Are there known good labels to use when building the workspace?