find_all_sources(. powermanagement_SRCS)
if(TARGET_COMMON_DARWIN)
	find_all_sources(osx pwr_os_SRCS)
elseif(TARGET_COMMON_LINUX)
	find_all_sources(linux pwr_os_SRCS)
elseif(TARGET_WIN32)
	find_all_sources(windows pwr_os_SRCS)
endif(TARGET_COMMON_DARWIN)
add_sources(${powermanagement_SRCS} ${pwr_os_SRCS})
