mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[CMAKE]
Remove unneccessary EXTERNAL_OBJECT property svn path=/branches/cmake-bringup/; revision=50629
This commit is contained in:
parent
fc12facc03
commit
9b9bf81ccc
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ list(APPEND SOURCE
|
|||
crtdll.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/crtdll.def)
|
||||
|
||||
if(NOT MSVC)
|
||||
set_source_files_properties(crtdll.def PROPERTIES EXTERNAL_OBJECT TRUE)
|
||||
endif()
|
||||
|
||||
add_library(crtdll SHARED
|
||||
${CMAKE_CURRENT_BINARY_DIR}/crtdll_precomp.h.gch
|
||||
${SOURCE})
|
||||
|
|
Loading…
Reference in a new issue