We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d529fc4 + 0863248 commit e699729Copy full SHA for e699729
CodeFormatLib/CMakeLists.txt
@@ -24,9 +24,14 @@ target_sources(CodeFormatLib
24
src/LuaCodeFormat.cpp
25
src/LuaJIT-Compact.cpp
26
)
27
+set_target_properties(CodeFormatLib PROPERTIES PREFIX "")
28
29
if (NOT WIN32)
30
target_compile_options(CodeFormatLib PUBLIC -fPIC)
31
endif ()
32
33
target_link_libraries(CodeFormatLib PUBLIC CodeFormatCore lua54)
34
+
35
+install(TARGETS CodeFormatLib
36
+ LIBRARY DESTINATION lib/lua/5.4
37
+)
0 commit comments