mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[CMAKE]
* Fix a typo. svn path=/trunk/; revision=56104
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user