cmake_minimum_required (VERSION 2.8)

add_library(noah STATIC
	module_sf_urban.F
	module_sf_noahlsm.F
)
