project (xCreate)
add_library(xCreate SHARED xCreate.cpp creator.cpp make_trd.cpp make_fdi.cpp make_scl.cpp make_fdd.cpp
	make_udi.cpp make_td.cpp xCreate.def)
target_include_directories(xCreate PRIVATE ../shared ../farplugin)
target_link_libraries(xCreate shared)
