diff --git a/CMakeLists.txt b/CMakeLists.txt index d5d929f..0444a3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,4 +22,6 @@ endif() add_subdirectory("compiler") add_subdirectory("module") -add_subdirectory("executable") \ No newline at end of file +if(WIN32) + add_subdirectory("executable") +endif()