forked from qt-creator/qt-creator
CMake Build: Add build for wininterrupt
Fixes: QTCREATORBUG-22918 Change-Id: I5158a5356c9d083b1bc43bd028e767d16a9ecab5 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -45,5 +45,5 @@ add_subdirectory(qtpromaker)
|
|||||||
# add_subdirectory(screenshotcropper) ## qbs does not build this either
|
# add_subdirectory(screenshotcropper) ## qbs does not build this either
|
||||||
add_subdirectory(sdktool)
|
add_subdirectory(sdktool)
|
||||||
add_subdirectory(valgrindfake)
|
add_subdirectory(valgrindfake)
|
||||||
# add_subdirectory(wininterrupt) ## windows only
|
add_subdirectory(wininterrupt) ## windows only
|
||||||
# add_subdirectory(winrtdebughelper) ## windows only
|
# add_subdirectory(winrtdebughelper) ## windows only
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
#
|
if (NOT WIN32)
|
||||||
# Copyright (C) YourCompany. All rights reserved.
|
return()
|
||||||
#
|
endif()
|
||||||
# GENERATED BY CPP-DEPENDENCIES - do not edit, your changes will be lost
|
|
||||||
# If you must edit, remove these two lines to avoid regeneration
|
|
||||||
|
|
||||||
project(src.tools.wininterrupt)
|
set(Arch 32)
|
||||||
|
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||||
|
set(Arch 64)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
add_qtc_executable(win${Arch}interrupt
|
||||||
add_library(${PROJECT_NAME} INTERFACE
|
SOURCES wininterrupt.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user