Skip to content

Commit

Permalink
Fix test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Oct 21, 2024
1 parent 9faa812 commit ced15eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/addon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.25)

project(bare_addon C)
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)

include(bare)
project(bare_addon C)

add_bare_module(addon)

Expand Down
19 changes: 0 additions & 19 deletions test/fixtures/addon/binding.gyp

This file was deleted.

0 comments on commit ced15eb

Please sign in to comment.