summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/CMakeLists.txt
blob: 5ecf76089cc3e2784ce613742306dfcb807cccf3 (plain)
1
2
3
4
5
6
if(WIN32)
  if (CMAKE_GENERATOR MATCHES "Visual Studio .*")
    add_subdirectory(DacTableGen)
  endif()    
  add_subdirectory(Strike)
endif(WIN32)