mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
[CMAKE]
* Fix a typo. svn path=/trunk/; revision=56104
This commit is contained in:
parent
4f30b36b52
commit
9d451b0782
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ function(spec2def _dllname _spec_file)
|
|||
|
||||
# add our library
|
||||
# NOTE: as stub file and def file are generated in one pass, depending on one is like depending on the other
|
||||
_add_library(lib${_file} STATIC EXCLUDE_FROM_ALL
|
||||
add_library(lib${_file} STATIC EXCLUDE_FROM_ALL
|
||||
${CMAKE_CURRENT_BINARY_DIR}/lib${_file}_stubs.asm)
|
||||
|
||||
# set correct "link rule"
|
||||
|
|
Loading…
Reference in a new issue