mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
One .acm suffix is enough. Dedicated to AmineKhaldi. svn path=/branches/cmake-bringup/; revision=49467
This commit is contained in:
parent
3e704fcf1c
commit
b37636dc12
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if(NOT MSVC)
|
|||
endif()
|
||||
|
||||
set_entrypoint(imaadp32.acm 0)
|
||||
set_target_properties(imaadp32.acm PROPERTIES SUFFIX ".acm")
|
||||
set_target_properties(imaadp32.acm PROPERTIES SUFFIX "")
|
||||
|
||||
target_link_libraries(imaadp32.acm wine)
|
||||
|
||||
|
|
Loading…
Reference in a new issue