

add_executable(test_plog_exception main.cpp)
target_link_libraries(test_plog_exception phoenix_core)

add_test(NAME TestPLogException
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_plog_exception
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)


