cmake: add missing exe implementation for win32
This commit is contained in:
parent
59a32aede6
commit
395545f43a
@ -74,6 +74,8 @@ if (LINUX)
|
||||
list (APPEND UTIL_FILES exe_linux.cpp)
|
||||
elseif (FREEBSD)
|
||||
list (APPEND UTIL_FILES exe_freebsd.cpp)
|
||||
elseif (WIN32)
|
||||
list (APPEND UTIL_FILES exe_win32.cpp)
|
||||
else ()
|
||||
message (FATAL_ERROR "unhandled platform")
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user