Skip to content
Snippets Groups Projects
Commit 00ecc717 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

exclude molck from compliling on windows

parent 11959477
No related branches found
No related tags found
No related merge requests found
executable(NAME molck SOURCES main.cc
if (NOT WIN32)
executable(NAME molck SOURCES main.cc
DEPENDS_ON ost_io STATIC)
endif(WIN32)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment