QTfrontend/CMakeLists.txt
changeset 2830 571a9deffeac
parent 2821 67815ee123d7
child 3344 b18a166e6ca4
equal deleted inserted replaced
2829:dfaa6f918ad2 2830:571a9deffeac
    89 	bgwidget.cpp
    89 	bgwidget.cpp
    90 	)
    90 	)
    91 
    91 
    92 #xfire integration
    92 #xfire integration
    93 if(WIN32)
    93 if(WIN32)
    94 	set(hwfr_src ${hwfr_src} xfire.cpp xfiregameclient.cpp)
    94 	set(hwfr_src ${hwfr_src} xfire.cpp ../misc/xfire/xfiregameclient.cpp)
    95 endif(WIN32)
    95 endif(WIN32)
    96 
    96 
    97 if(MINGW)
    97 if(MINGW)
    98 	# resource compilation for mingw
    98 	# resource compilation for mingw
    99 	add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o
    99 	add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/hedgewars_rc.o