include(${SOFA_CMAKE_DIR}/preProject.cmake)

set(SOURCE_FILES

    EmptyPlugin_test.cpp
)
add_executable(${PROJECT_NAME} ${SOURCE_FILES} ${RC_FILES})

AddCompilerDefinitions("EmptyPlugin_test_DIR=\"${CMAKE_CURRENT_SOURCE_DIR}\"")
AddLinkerDependencies(EmptyPlugin SofaTest)

include(${SOFA_CMAKE_DIR}/postProject.cmake)
