[CMAKE] Use modules instead of shared libraries

Follow-up to 23373acbb9.
2 missed cases: apisets, lunar.msstyles.
4 new cases: w32time, netplwiz, msxml3r, mizu.msstyles.
This commit is contained in:
Serge Gautherie 2019-10-21 17:14:25 +02:00 committed by Jérôme Gardou
parent cef6a5b691
commit e133817811
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
spec2def(w32time.dll w32time.spec ADD_IMPORTLIB)
add_library(w32time SHARED
add_library(w32time MODULE
w32time.c
ntpclient.c
${CMAKE_CURRENT_BINARY_DIR}/w32time.def)