47ccfe279a
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
5 lines
104 B
CMake
5 lines
104 B
CMake
ADD_SUBDIRECTORY( client_patcher )
|
|
|
|
IF( WITH_QT )
|
|
ADD_SUBDIRECTORY( client_config_qt )
|
|
ENDIF( WITH_QT )
|