Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Sep 26, 2024
1 parent e718d83 commit 3a2883e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ add_library(parseagle STATIC
parseagle/symbol/pin.h
parseagle/symbol/symbol.h
)
if (MSVC)
target_compile_options(parseagle PUBLIC /Zc:__cplusplus /permissive-)
endif()
target_link_libraries(parseagle
# Qt
${PARSEAGLE_QT}::Core
Expand Down

0 comments on commit 3a2883e

Please sign in to comment.