Skip to content

Commit

Permalink
Fix Qt6 PCH build
Browse files Browse the repository at this point in the history
  • Loading branch information
Waqar144 committed Dec 27, 2023
1 parent 4d21fe0 commit 6d01341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ if(GAMMARAY_USE_PCH)
PROPERTIES PRECOMPILE_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/core/pch.h
CXX_VISIBILITY_PRESET hidden
VISIBILITY_INLINES_HIDDEN ON
POSITION_INDEPENDENT_CODE ON
)
endif()

Expand Down

0 comments on commit 6d01341

Please sign in to comment.