Skip to content

Commit

Permalink
Enable PIC globally
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jan 14, 2025
1 parent a9d74cd commit d32c3f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.25)

find_package(cmake-fetch REQUIRED PATHS node_modules/cmake-fetch)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)

project(js C)

add_library(v8 INTERFACE)
Expand Down

0 comments on commit d32c3f5

Please sign in to comment.