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.
1 parent 8f4c9cf commit 14e233aCopy full SHA for 14e233a
CMakeLists.txt
@@ -11,7 +11,7 @@ endif()
11
12
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
13
14
-set(MODLOADER_VERSION "Preview 2")
+set(MODLOADER_VERSION "Preview 3")
15
16
add_subdirectory(dep/funchook)
17
@@ -24,4 +24,4 @@ target_include_directories(server_modloader PUBLIC include/)
24
25
install(TARGETS server_modloader DESTINATION lib)
26
install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION include)
27
-install(FILES ModLoaderConfig.cmake DESTINATION share/cmake/modloader)
+install(FILES ModLoaderConfig.cmake DESTINATION share/cmake/modloader)
0 commit comments