[NTOS:KE/x64] Handle NMI vs swapgs race condition
[reactos.git] / base / applications / fontview / CMakeLists.txt
1
2 list(APPEND SOURCE
3 display.c
4 fontview.c
5 precomp.h)
6
7 add_rc_deps(fontview.rc ${CMAKE_CURRENT_SOURCE_DIR}/ttf.ico)
8 add_executable(fontview ${SOURCE} fontview.rc)
9 set_module_type(fontview win32gui UNICODE)
10 add_importlibs(fontview comdlg32 gdi32 shell32 user32 msvcrt kernel32 advapi32)
11 add_pch(fontview precomp.h SOURCE)
12 add_cd_file(TARGET fontview DESTINATION reactos/system32 FOR all)