Skip to content

Commit

Permalink
Merge pull request #2139 from neobrain/fix_thunks_guest_ide_integration
Browse files Browse the repository at this point in the history
Thunks: Fix guest targets not being detected by IDEs
  • Loading branch information
Sonicadvance1 committed Nov 8, 2022
2 parents 5336f01 + 14b2248 commit 9158877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThunkLibs/GuestLibs/CMakeLists.txt
@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(guest-thunks)

option(BITNESS "Which bitness the thunks are building for" 64)
option(ENABLE_CLANG_THUNKS "Enable building thunks with clang" FALSE)

if (ENABLE_CLANG_THUNKS)
Expand Down Expand Up @@ -34,6 +33,7 @@ else()
set(GENERATOR_EXE thunkgen)
set(TARGET_TYPE OBJECT)
set(GENERATE_GUEST_INSTALL_TARGETS FALSE)
set(BITNESS 64)
endif()

# Syntax: generate(libxyz libxyz-interface.cpp)
Expand Down

0 comments on commit 9158877

Please sign in to comment.