mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[DXTN]
Really really fix MSVC this time. svn path=/trunk/; revision=67440
This commit is contained in:
parent
aa76a2c168
commit
1d2cb78a6c
1 changed files with 3 additions and 1 deletions
4
reactos/dll/3rdparty/dxtn/CMakeLists.txt
vendored
4
reactos/dll/3rdparty/dxtn/CMakeLists.txt
vendored
|
@ -10,5 +10,7 @@ add_library(dxtn SHARED
|
|||
|
||||
set_entrypoint(dxtn 0)
|
||||
add_importlibs(dxtn msvcrt)
|
||||
add_compile_flags("-Wno-unused-but-set-variable")
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(dxtn "-Wno-unused-but-set-variable")
|
||||
endif()
|
||||
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue