mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix the Windows build.
[skip alpine ci] [skip macos ci] [skip ubuntu ci]
This commit is contained in:
parent
1f5551c1e8
commit
f394c7d6ae
@ -58,7 +58,7 @@ configure_file("${INSPIRCD_BASE}/make/template/config.h" "${INSPIRCD_BASE}/inclu
|
||||
|
||||
add_executable(inspircd ${INSPIRCD_SOURCES} "${INSPIRCD_BASE}/win/inspircd.rc")
|
||||
target_link_libraries(inspircd win32_memory)
|
||||
set_target_properties(inspircd PROPERTIES COMPILE_DEFINITIONS "FMT_EXPORT" ENABLE_EXPORTS ON)
|
||||
set_target_properties(inspircd PROPERTIES COMPILE_DEFINITIONS "FMT_LIB_EXPORT" ENABLE_EXPORTS ON)
|
||||
install(TARGETS inspircd RUNTIME DESTINATION .)
|
||||
|
||||
add_subdirectory(modules)
|
||||
|
Loading…
x
Reference in New Issue
Block a user