CMakeLists.txt 187 B

123
  1. add_main_lib(vcmi_lib_server STATIC)
  2. target_compile_definitions(vcmi_lib_server PUBLIC VCMI_LIB_NAMESPACE=LIB_SERVER)
  3. target_compile_definitions(vcmi_lib_server PUBLIC VCMI_DLL_STATIC=1)