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

_install(FILES SOS_README.md DESTINATION .)