File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020endif ()
2121
2222if (WIN32 )
23- target_compile_definitions (lua51 PUBLIC -DLUA_BUILD_AS_DLL)
23+ target_compile_definitions (lua52 PUBLIC -DLUA_BUILD_AS_DLL)
2424else ()
25- target_compile_options (lua51 PUBLIC -fPIC)
25+ target_compile_options (lua52 PUBLIC -fPIC)
2626endif (WIN32 )
2727
2828target_sources (lua52 PRIVATE
Original file line number Diff line number Diff line change 2020endif ()
2121
2222if (WIN32 )
23- target_compile_definitions (lua51 PUBLIC -DLUA_BUILD_AS_DLL)
23+ target_compile_definitions (lua53 PUBLIC -DLUA_BUILD_AS_DLL)
2424else ()
25- target_compile_options (lua51 PUBLIC -fPIC)
25+ target_compile_options (lua53 PUBLIC -fPIC)
2626endif (WIN32 )
2727
2828target_sources (lua53 PRIVATE
Original file line number Diff line number Diff line change 2020endif ()
2121
2222if (WIN32 )
23- target_compile_definitions (lua51 PUBLIC -DLUA_BUILD_AS_DLL)
23+ target_compile_definitions (lua54 PUBLIC -DLUA_BUILD_AS_DLL)
2424else ()
25- target_compile_options (lua51 PUBLIC -fPIC)
25+ target_compile_options (lua54 PUBLIC -fPIC)
2626endif (WIN32 )
2727
2828target_sources (lua54 PRIVATE
You can’t perform that action at this time.
0 commit comments