mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[ADVPACK]: Addendum to r71977: Add the resource file into the CMakeList.
CORE-7645 svn path=/trunk/; revision=71978
This commit is contained in:
parent
1296982b50
commit
e88de75145
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_library(advpack SHARED
|
||||
${SOURCE}
|
||||
advpack.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/advpack.def)
|
||||
|
||||
set_module_type(advpack win32dll)
|
||||
|
|
Loading…
Reference in a new issue