Do not compile dfrotz on Windows
This commit is contained in:
parent
9d0af6d4e2
commit
bb938d33f7
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ if (PROTOBUF_FOUND)
|
|||
ADD_SUBDIRECTORY(libircclient-qt)
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
ADD_SUBDIRECTORY(frotz)
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue