Skip to content

Commit

Permalink
feat(create-nx-cmake,nx-cmake): support nx 18
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenscodes committed Mar 17, 2024
1 parent 236506d commit 01d0826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nx-cmake/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { createNodes } from './graph/createNodes/createNodes';

const nxPlugin: NxPluginV2 = {
name,
createNodes,
createDependencies,
createNodes,
};

export = nxPlugin;

0 comments on commit 01d0826

Please sign in to comment.