blob: 51cef5e74d5c0cf2a03562b61ea3ab2fab108328 (
plain)
1
2
3
4
5
|
set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "")
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET EmLanProto)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
|