Skip to content

Commit

Permalink
Build executable only on windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Mar 2, 2023
1 parent f673779 commit 468c3e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ endif()

add_subdirectory("compiler")
add_subdirectory("module")
add_subdirectory("executable")
if(WIN32)
add_subdirectory("executable")
endif()

0 comments on commit 468c3e1

Please sign in to comment.